Uses of Class
org.wicketstuff.jqplot.lib.elements.CanvasOverlay
-
Packages that use CanvasOverlay Package Description org.wicketstuff.jqplot.lib org.wicketstuff.jqplot.lib.chart org.wicketstuff.jqplot.lib.elements -
-
Uses of CanvasOverlay in org.wicketstuff.jqplot.lib
Methods in org.wicketstuff.jqplot.lib that return CanvasOverlay Modifier and Type Method Description CanvasOverlayChartConfiguration. canvasOverlayInstance()Instantiates the canvas overlay.CanvasOverlayChartConfiguration. getCanvasOverlay()Gets the canvas overlay.Methods in org.wicketstuff.jqplot.lib with parameters of type CanvasOverlay Modifier and Type Method Description ChartConfiguration<T>ChartConfiguration. setCanvasOverlay(CanvasOverlay canvasOverlay)Sets the canvas overlay. -
Uses of CanvasOverlay in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return CanvasOverlay Modifier and Type Method Description CanvasOverlayAbstractChart. getCanvasOverlay() -
Uses of CanvasOverlay in org.wicketstuff.jqplot.lib.elements
Subclasses of CanvasOverlay in org.wicketstuff.jqplot.lib.elements Modifier and Type Class Description classDashedHorizontalLineDashedHorizontalLine object.classDashedVerticalLineDashedVerticalLine object.classHorizontalLineHorizontalLine object.classLineLine object.classVerticalLineVerticalLine object.Methods in org.wicketstuff.jqplot.lib.elements that return CanvasOverlay Modifier and Type Method Description CanvasOverlayCanvasOverlay. setColor(String color)Sets the color.CanvasOverlayCanvasOverlay. setLineCap(String lineCap)Sets the line cap.CanvasOverlayCanvasOverlay. setLineWidth(Integer lineWidth)Sets the line width.CanvasOverlayCanvasOverlay. setObjects(Collection<LineObject> objects)Sets the objects.CanvasOverlayCanvasOverlay. setShadow(Boolean shadow)Sets the shadow.CanvasOverlayCanvasOverlay. setXOffset(String xOffset)Sets the xOffset.
-