Uses of Class
eu.europa.esig.dss.ws.dto.RemoteColor
Package | Description |
---|---|
eu.europa.esig.dss.ws.converter | |
eu.europa.esig.dss.ws.signature.dto.parameters |
-
Uses of RemoteColor in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return RemoteColor Modifier and Type Method Description static RemoteColor
ColorConverter. toRemoteColor(Color color)
Methods in eu.europa.esig.dss.ws.converter with parameters of type RemoteColor Modifier and Type Method Description static Color
ColorConverter. toColor(RemoteColor remoteColor)
-
Uses of RemoteColor in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return RemoteColor Modifier and Type Method Description RemoteColor
RemoteSignatureImageParameters. getBackgroundColor()
RemoteColor
RemoteSignatureImageTextParameters. getBackgroundColor()
RemoteColor
RemoteSignatureImageTextParameters. getTextColor()
Methods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type RemoteColor Modifier and Type Method Description void
RemoteSignatureImageParameters. setBackgroundColor(RemoteColor backgroundColor)
void
RemoteSignatureImageTextParameters. setBackgroundColor(RemoteColor backgroundColor)
void
RemoteSignatureImageTextParameters. setTextColor(RemoteColor textColor)