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 RemoteColorColorConverter. toRemoteColor(Color color)Methods in eu.europa.esig.dss.ws.converter with parameters of type RemoteColor Modifier and Type Method Description static ColorColorConverter. 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 RemoteColorRemoteSignatureImageParameters. getBackgroundColor()RemoteColorRemoteSignatureImageTextParameters. getBackgroundColor()RemoteColorRemoteSignatureImageTextParameters. getTextColor()Methods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type RemoteColor Modifier and Type Method Description voidRemoteSignatureImageParameters. setBackgroundColor(RemoteColor backgroundColor)voidRemoteSignatureImageTextParameters. setBackgroundColor(RemoteColor backgroundColor)voidRemoteSignatureImageTextParameters. setTextColor(RemoteColor textColor)