Class SoHeadlessSigningDeviceCapabilities
- java.lang.Object
-
- org.jopensignature.sign.SigningDeviceCapabilities
-
- com.stepover.opensignatureapi.device.SoHeadlessSigningDeviceCapabilities
-
@Deprecated public class SoHeadlessSigningDeviceCapabilities extends SigningDeviceCapabilities
Deprecated.headless device capabilities, not used
-
-
Constructor Summary
Constructors Constructor Description SoHeadlessSigningDeviceCapabilities(SoSigningDevice signingDevice)
Deprecated.Instantiates a new so headless signing device capabilities.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.awt.Dimension
getDisplayPixelSize()
Deprecated.The number of pixels that can effectivly be displayed.Dimension
getDisplaySize()
Deprecated.The physical display size.boolean
isColorSupported()
Deprecated.Determines whether theSigningDevice
supports colors other than black and white.boolean
isMessageSupported(java.lang.Class<? extends BaseMessage> messageClass)
Deprecated.
-
-
-
Constructor Detail
-
SoHeadlessSigningDeviceCapabilities
public SoHeadlessSigningDeviceCapabilities(SoSigningDevice signingDevice)
Deprecated.Instantiates a new so headless signing device capabilities.- Parameters:
signingDevice
- the signing device
-
-
Method Detail
-
isColorSupported
public boolean isColorSupported()
Deprecated.Description copied from class:SigningDeviceCapabilities
Determines whether theSigningDevice
supports colors other than black and white. This includes even grayscale colors.- Specified by:
isColorSupported
in classSigningDeviceCapabilities
- Returns:
false
if only black and white are supported, ortrue
if any kind of non black and white colors are supported.
-
getDisplaySize
public Dimension getDisplaySize()
Deprecated.Description copied from class:SigningDeviceCapabilities
The physical display size.- Specified by:
getDisplaySize
in classSigningDeviceCapabilities
- Returns:
-
getDisplayPixelSize
public java.awt.Dimension getDisplayPixelSize()
Deprecated.Description copied from class:SigningDeviceCapabilities
The number of pixels that can effectivly be displayed.- Specified by:
getDisplayPixelSize
in classSigningDeviceCapabilities
- Returns:
-
isMessageSupported
public boolean isMessageSupported(java.lang.Class<? extends BaseMessage> messageClass)
Deprecated.- Specified by:
isMessageSupported
in classSigningDeviceCapabilities
- Parameters:
messageClass
- themessage
class to be checked.- Returns:
true
if themessage
is supported,false
otherwise
-
-