Package hec.gfx2d

Class G2dVerifyGlyphDrawProp

java.lang.Object
hec.gfx2d.G2dVerifyGlyphDrawProp
All Implemented Interfaces:
AsciiSerializable, FieldAccessor, Serializable

public class G2dVerifyGlyphDrawProp extends Object implements AsciiSerializable
Drawing properties for glyphs.
See Also:
  • Field Details

    • fontSize

      public int fontSize
    • tinyFontSize

      public int tinyFontSize
    • minFontSize

      public int minFontSize
    • maxFontSize

      public int maxFontSize
    • fontStyle

      public int fontStyle
      Font Style
    • fontFamily

      public String fontFamily
      Font Family
    • space

      public int space
      Line Spacing
    • lineProperties

      public G2dLineProperties lineProperties
    • polygonProperties

      public G2dPolygonProperties polygonProperties
    • lineMarkerProperties

      public Vector lineMarkerProperties
  • Constructor Details

    • G2dVerifyGlyphDrawProp

      public G2dVerifyGlyphDrawProp()
      Default Constructor
    • G2dVerifyGlyphDrawProp

      public G2dVerifyGlyphDrawProp(G2dVerifyGlyphDrawProp dp)
      Copy Constructor
  • Method Details

    • writeProperties

      public void writeProperties(BufferedWriter writer, String endTag)
    • readProperties

      public void readProperties(BufferedReader in, String endTag)
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • set

      public void set(G2dVerifyGlyphDrawProp dp)
    • addLineMarkerProperties

      public void addLineMarkerProperties(G2dMarkerProperties prop)
    • getFieldObject

      public Object getFieldObject(Field fld)
      Description copied from interface: FieldAccessor
      This method allows access to java.lang.reflect.Field objects within the implementing class.
      Specified by:
      getFieldObject in interface FieldAccessor
      Parameters:
      fld - The field to get.
      Returns:
      The data object that is stored in the given field
    • setFieldObject

      public boolean setFieldObject(Field fld, Object fobj)
      Description copied from interface: FieldAccessor
      This allows access to fields withing the implementing object to set there data.
      Specified by:
      setFieldObject in interface FieldAccessor
      Parameters:
      fld - The java field object representing the member field to be set
      fobj - The data to set in that field
      Returns:
      returns true if successful