Package hec.gfx2d

Interface FontProperties

All Known Implementing Classes:
AxisLabelDrawProp, G2dLabelDrawProp, TitleDrawProp

public interface FontProperties
  • Method Details

    • getMaxFontSize

      int getMaxFontSize()
    • getMinFontSize

      int getMinFontSize()
    • setMaxFontSize

      void setMaxFontSize(int size)
    • setMinFontSize

      void setMinFontSize(int size)
    • getFont

      Font getFont()
    • setFont

      void setFont(Font f)
    • getTextColor

      Color getTextColor()
    • setTextColor

      void setTextColor(Color c)