Package hec.gfx2d

Interface LineProperties

All Known Implementing Classes:
G2dLineProperties, G2dMarkerProperties

public interface LineProperties
  • Method Details

    • getFillType

      int getFillType()
      Returns:
    • getFillColor

      Color getFillColor()
      Returns:
    • getFillPattern

      int getFillPattern()
      Returns:
    • getLineWidth

      float getLineWidth()
      Returns:
    • getLinePattern

      float[] getLinePattern()
      Returns:
    • getLineColor

      Color getLineColor()
      Returns:
    • drawPoints

      boolean drawPoints()
      Returns:
    • getSymbolType

      int getSymbolType()
      Returns:
    • getPointFillColor

      Color getPointFillColor()
      Returns:
    • getPointLineColor

      Color getPointLineColor()
      Returns:
    • getSymbolSize

      float getSymbolSize()
      Returns:
    • drawLine

      boolean drawLine()
      Returns:
    • writeProperties

      void writeProperties(BufferedWriter writer, String endLine)
      Parameters:
      writer -
      endLine -