Package hec.gfx2d

Interface PatternProperties

All Known Implementing Classes:
AxisLabelDrawProp, G2dLabelDrawProp, G2dPolygonProperties, TitleDrawProp, ViewportDrawProp

public interface PatternProperties
  • Method Details

    • setDrawLine

      void setDrawLine(boolean b)
    • setDrawBackground

      void setDrawBackground(boolean b)
    • setLineColor

      void setLineColor(Color c)
    • setLineStyle

      void setLineStyle(float[] s)
    • setLineWeight

      void setLineWeight(float f)
    • setBackgroundColor

      void setBackgroundColor(Color c)
    • setAlphaComposite

      void setAlphaComposite(float alpha)
    • getLineColor

      Color getLineColor()
    • getLineStyle

      float[] getLineStyle()
    • getLineWeight

      float getLineWeight()
    • getBackgroundColor

      Color getBackgroundColor()
    • getDrawLine

      boolean getDrawLine()
    • getDrawBackground

      boolean getDrawBackground()
    • setBackgroundFill

      void setBackgroundFill(int i)
    • getBackgroundFill

      int getBackgroundFill()
    • getAlphaComposite

      float getAlphaComposite()