Package hec.gfx2d
Interface PatternProperties
- All Known Implementing Classes:
AxisLabelDrawProp
,G2dLabelDrawProp
,G2dPolygonProperties
,TitleDrawProp
,ViewportDrawProp
public interface PatternProperties
-
Method Summary
Modifier and TypeMethodDescriptionfloat
int
boolean
boolean
float[]
float
void
setAlphaComposite
(float alpha) void
void
setBackgroundFill
(int i) void
setDrawBackground
(boolean b) void
setDrawLine
(boolean b) void
void
setLineStyle
(float[] s) void
setLineWeight
(float f)
-
Method Details
-
setDrawLine
void setDrawLine(boolean b) -
setDrawBackground
void setDrawBackground(boolean b) -
setLineColor
-
setLineStyle
void setLineStyle(float[] s) -
setLineWeight
void setLineWeight(float f) -
setBackgroundColor
-
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()
-