Class SigningDeviceCapabilities

    • Constructor Detail

      • SigningDeviceCapabilities

        public SigningDeviceCapabilities()
    • Method Detail

      • isColorSupported

        public abstract boolean isColorSupported()
        Determines whether the SigningDevice supports colors other than black and white. This includes even grayscale colors.
        Returns:
        false if only black and white are supported, or true if any kind of non black and white colors are supported.
      • getDisplaySize

        public abstract Dimension getDisplaySize()
        The physical display size.
        Returns:
      • getDisplayPixelSize

        public abstract java.awt.Dimension getDisplayPixelSize()
        The number of pixels that can effectivly be displayed.
        Returns:
      • isMessageSupported

        public abstract boolean isMessageSupported​(java.lang.Class<? extends BaseMessage> messageClass)
        Parameters:
        messageClass - the message class to be checked.
        Returns:
        true if the message is supported, false otherwise