Package hec.gfx2d

Class G2dGlyphDrawProp

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

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

    • PLOT_USING_DEFAULT_LINE_STYLES

      public static final int PLOT_USING_DEFAULT_LINE_STYLES
      See Also:
    • PLOT_USING_MAJOR_MINOR_STYLES

      public static final int PLOT_USING_MAJOR_MINOR_STYLES
      See Also:
    • PLOT_USING_LABEL_INTERVALS

      public static final int PLOT_USING_LABEL_INTERVALS
      See Also:
    • 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 List lineProperties
    • polygonProperties

      public G2dPolygonProperties polygonProperties
  • Constructor Details

    • G2dGlyphDrawProp

      public G2dGlyphDrawProp()
      Default Constructor
    • G2dGlyphDrawProp

      public G2dGlyphDrawProp(G2dGlyphDrawProp dp)
      Copy Constructor
  • Method Details

    • setDrawingMode

      public void setDrawingMode(int mode)
    • getDrawingMode

      public int getDrawingMode()
    • showLegendItems

      public boolean showLegendItems()
    • setShowLegendItems

      public void setShowLegendItems(boolean b)
    • showAllCurvesOnLegend

      public boolean showAllCurvesOnLegend()
    • setShowAllCurvesOnLegend

      public void setShowAllCurvesOnLegend(boolean b)
    • getMajorMinorInterval

      public int getMajorMinorInterval()
    • getLabelInterval

      public int getLabelInterval()
    • setMajorMinorInterval

      public void setMajorMinorInterval(int interval)
    • setLabelInterval

      public void setLabelInterval(int interval)
    • 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(G2dGlyphDrawProp dp)
    • 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