Package eu.europa.esig.dss.ws.dto
Class RemoteColor
java.lang.Object
eu.europa.esig.dss.ws.dto.RemoteColor
- All Implemented Interfaces:
Serializable
public class RemoteColor extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RemoteColor()
RemoteColor(int red, int green, int blue)
RemoteColor(Integer red, Integer green, Integer blue, Integer alpha)
-
Method Summary
-
Constructor Details
-
RemoteColor
public RemoteColor() -
RemoteColor
public RemoteColor(int red, int green, int blue) -
RemoteColor
-
-
Method Details