Package hec.gfx2d
Interface LineProperties
- All Known Implementing Classes:
G2dLineProperties
,G2dMarkerProperties
public interface LineProperties
-
Method Summary
Modifier and TypeMethodDescriptionboolean
drawLine()
boolean
int
int
float[]
float
float
int
void
writeProperties
(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
-
-