Package hec.gfx2d

Interface AxisProperties

All Known Implementing Classes:
AxisTicsDrawProp

public interface AxisProperties
This provides the interface to edit AxisProperties. The properties of an axis include axis color, line style, line weight and the presense of Major and Minor tic marks along with Major and Minor Tic Mark labels.
Since:
September 19, 2000
  • Method Details

    • showMinorTics

      boolean showMinorTics()
    • showMajorTics

      boolean showMajorTics()
    • showMajorTicLabels

      boolean showMajorTicLabels()
    • showMinorTicLabels

      boolean showMinorTicLabels()
    • setShowMajorTicLabels

      void setShowMajorTicLabels(boolean b)
    • setShowMinorTicLabels

      void setShowMinorTicLabels(boolean b)
    • setShowMinorTics

      void setShowMinorTics(boolean b)
    • setShowMajorTics

      void setShowMajorTics(boolean b)
    • getAxisTicColor

      Color getAxisTicColor()
    • setAxisTicColor

      void setAxisTicColor(Color c)