Uses of Class
org.wicketstuff.jqplot.lib.elements.CanvasOverlay
Packages that use CanvasOverlay
Package
Description
-
Uses of CanvasOverlay in org.wicketstuff.jqplot.lib
Methods in org.wicketstuff.jqplot.lib that return CanvasOverlayModifier and TypeMethodDescriptionChartConfiguration.canvasOverlayInstance()Instantiates the canvas overlay.ChartConfiguration.getCanvasOverlay()Gets the canvas overlay.Methods in org.wicketstuff.jqplot.lib with parameters of type CanvasOverlayModifier and TypeMethodDescriptionChartConfiguration.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 -
Uses of CanvasOverlay in org.wicketstuff.jqplot.lib.elements
Subclasses of CanvasOverlay in org.wicketstuff.jqplot.lib.elementsModifier and TypeClassDescriptionclassDashedHorizontalLine object.classDashedVerticalLine object.classHorizontalLine object.classLine object.classVerticalLine object.Methods in org.wicketstuff.jqplot.lib.elements that return CanvasOverlayModifier and TypeMethodDescriptionSets the color.CanvasOverlay.setLineCap(String lineCap) Sets the line cap.CanvasOverlay.setLineWidth(Integer lineWidth) Sets the line width.CanvasOverlay.setObjects(Collection<LineObject> objects) Sets the objects.Sets the shadow.CanvasOverlay.setXOffset(String xOffset) Sets the xOffset.