Uses of Class
eu.webtoolkit.jwt.WAbstractArea
| Package | Description |
|---|---|
| eu.webtoolkit.jwt | |
| eu.webtoolkit.jwt.chart |
-
Uses of WAbstractArea in eu.webtoolkit.jwt
Subclasses of WAbstractArea in eu.webtoolkit.jwt Modifier and Type Class Description classWCircleAreaA interactive area in a widget, specified by a circle.classWPolygonAreaAn interactive area in a widget, specified by a polygon.classWRectAreaA interactive area in a widget, specified by a rectangle.Methods in eu.webtoolkit.jwt that return WAbstractArea Modifier and Type Method Description WAbstractAreaWImage. getArea(int index)Returns the interactive area at the given index.WAbstractAreaWPaintedWidget. getArea(int index)Returns the interactive area at the given index.Methods in eu.webtoolkit.jwt that return types with arguments of type WAbstractArea Modifier and Type Method Description java.util.List<WAbstractArea>WImage. getAreas()Returns the interactive areas set for this widget.java.util.List<WAbstractArea>WPaintedWidget. getAreas()Returns the interactive areas set for this widget.Methods in eu.webtoolkit.jwt with parameters of type WAbstractArea Modifier and Type Method Description voidWImage. addArea(WAbstractArea area)Adds an interactive area.voidWPaintedWidget. addArea(WAbstractArea area)Adds an interactive area.voidWImage. insertArea(int index, WAbstractArea area)Inserts an interactive area.voidWPaintedWidget. insertArea(int index, WAbstractArea area)Inserts an interactive area.voidWImage. removeArea(WAbstractArea area)Removes an interactive area.voidWPaintedWidget. removeArea(WAbstractArea area)Removes an interactive area. -
Uses of WAbstractArea in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart with parameters of type WAbstractArea Modifier and Type Method Description voidWCartesianChart. addDataPointArea(WDataSeries series, int xRow, int xColumn, WAbstractArea area)Adds a data point area (used for displaying e.g.voidWPieChart. addDataPointArea(int row, int column, WAbstractArea area)Adds a data point area (used for displaying e.g.