kcl.waterloo.plotmodel2D
Interface GJFillableInterface<T,U>
-
- All Known Implementing Classes:
- GJAbstractPlot, GJAbstractPolarPlot, GJBar, GJBox, GJCloud, GJComponentPlot, GJContour, GJErrorBar, GJFastLine, GJFeather, GJFill, GJLine, GJPathPlot, GJPie, GJPolarBar, GJPolarLine, GJPolarScatter, GJPolarStem, GJQuiver, GJScatter, GJStairs, GJStem
public interface GJFillableInterface<T,U>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description UgetAreaPaint()Returns the object used to paint the area e.g.TgetFillable()Returns a shape representing the area to be filledfloatgetFillAlpha()java.awt.AlphaCompositegetFillComposite()voidsetAreaPaint(U paint)Sets the object used to paint the area e.g.voidsetFillAlpha(float alpha)voidsetFillComposite(java.awt.AlphaComposite composite)
-
-
-
Method Detail
-
getFillable
T getFillable()
Returns a shape representing the area to be filled- Returns:
- T
-
getAreaPaint
U getAreaPaint()
Returns the object used to paint the area e.g. an AWT paint instance.- Returns:
- U
-
setAreaPaint
void setAreaPaint(U paint)
Sets the object used to paint the area e.g. an AWT paint instance.
-
getFillComposite
java.awt.AlphaComposite getFillComposite()
-
setFillComposite
void setFillComposite(java.awt.AlphaComposite composite)
- Parameters:
composite- the composite to set
-
getFillAlpha
float getFillAlpha()
-
setFillAlpha
void setFillAlpha(float alpha)
-
-
DMelt 3.0 © DataMelt by jWork.ORG