Package hec.gfx2d
Interface LineProperties
- All Known Implementing Classes:
G2dLineProperties,G2dMarkerProperties
public interface LineProperties
-
Method Summary
Modifier and TypeMethodDescriptionbooleandrawLine()booleanintintfloat[]floatfloatintvoidwriteProperties(BufferedWriter writer, String endLine)
-
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
- Parameters:
writer-endLine-
-