Uses of Class
eu.webtoolkit.jwt.WAbstractArea
Packages that use WAbstractArea
-
Uses of WAbstractArea in eu.webtoolkit.jwt
Subclasses of WAbstractArea in eu.webtoolkit.jwtModifier and TypeClassDescriptionclassA interactive area in a widget, specified by a circle.classAn interactive area in a widget, specified by a polygon.classA interactive area in a widget, specified by a rectangle.Methods in eu.webtoolkit.jwt that return WAbstractAreaModifier and TypeMethodDescriptionWImage.getArea(int index) Returns the interactive area at the given index.WPaintedWidget.getArea(int index) Returns the interactive area at the given index.WImage.removeArea(WAbstractArea area) Removes an interactive area.WPaintedWidget.removeArea(WAbstractArea area) Removes an interactive area.Methods in eu.webtoolkit.jwt that return types with arguments of type WAbstractAreaModifier and TypeMethodDescriptionWImage.getAreas()Returns the interactive areas set for this widget.WPaintedWidget.getAreas()Returns the interactive areas set for this widget.Methods in eu.webtoolkit.jwt with parameters of type WAbstractAreaModifier and TypeMethodDescriptionvoidWImage.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.WImage.removeArea(WAbstractArea area) Removes an interactive area.WPaintedWidget.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 WAbstractAreaModifier and TypeMethodDescriptionvoidWCartesianChart.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.