Class FontProperty

    • Constructor Detail

      • FontProperty

        public FontProperty​(PropertyGroup group,
                            java.lang.String name,
                            java.lang.String description,
                            PropertyValueHandler valueHandler)
        Constructor.
        Parameters:
        group - the property group
        name - the property name
        description - the property description
        valueHandler - handles values for this property
    • Method Detail

      • get

        public java.awt.Font get​(java.lang.Object valueContainer)
        Returns the font value of this property in a value container.
        Parameters:
        valueContainer - the value container
        Returns:
        the font value of this property
      • set

        public void set​(java.lang.Object valueContainer,
                        java.awt.Font font)
        Sets the font value of this property in a value container.
        Parameters:
        valueContainer - the value container
        font - the font value