Class FontProperty

java.lang.Object
com.nomagic.magicdraw.properties.Property
com.nomagic.magicdraw.properties.FontProperty
All Implemented Interfaces:
PropertyVisitorAcceptor, Cloneable

@OpenApiAll public class FontProperty extends Property
The property for storing and editing some java.awt.Font value.
See Also:
  • Constructor Details

    • FontProperty

      public FontProperty()
      Default constructor. Value of the property will be null. ID will be empty string.
    • FontProperty

      public FontProperty(String id, Font value)
      The property constructor.
      Parameters:
      id - the ID of property.
      value - the font value of the property.
  • Method Details