Package hec.gfx2d
Interface PatternProperties
- All Known Implementing Classes:
AxisLabelDrawProp,G2dLabelDrawProp,G2dPolygonProperties,TitleDrawProp,ViewportDrawProp
public interface PatternProperties
-
Method Summary
Modifier and TypeMethodDescriptionfloatintbooleanbooleanfloat[]floatvoidsetAlphaComposite(float alpha) voidvoidsetBackgroundFill(int i) voidsetDrawBackground(boolean b) voidsetDrawLine(boolean b) voidvoidsetLineStyle(float[] s) voidsetLineWeight(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()
-