java.lang.Object
org.wicketstuff.jqplot.lib.elements.Cursor
- All Implemented Interfaces:
Serializable,Element
Plugin class representing the cursor as displayed on the plot.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the click reset.Gets the constrain outside zoom.Gets the constrain zoom to.Gets the cursor legend format string.Gets the dbl click reset.Gets the follow mouse.Gets the intersection threshold.Gets the loose zoom.getShow()Gets the show.Gets the show cursor legend.Gets the show horizontal line.Gets the show tooltip.Gets the show tooltip data position.Gets the show tooltip grid position.Gets the show tooltip outside zoom.Gets the show tooltip unit position.Gets the show vertical line.getStyle()Gets the style.Gets the tooltip axis groups.Gets the tooltip format string.Gets the tooltip location.Gets the tooltip offset.Gets the use axes formatters.getZoom()Gets the zoom.voidsetClickReset(Boolean clickReset) Sets the click reset.voidsetConstrainOutsideZoom(Boolean constrainOutsideZoom) Sets the constrain outside zoom.voidsetConstrainZoomTo(String constrainZoomTo) Sets the constrain zoom to.voidsetCursorLegendFormatString(String cursorLegendFormatString) Sets the cursor legend format string.voidsetDblClickReset(Boolean dblClickReset) Sets the dbl click reset.voidsetFollowMouse(Boolean followMouse) Sets the follow mouse.voidsetIntersectionThreshold(Integer intersectionThreshold) Sets the intersection threshold.voidsetLooseZoom(Boolean looseZoom) Sets the loose zoom.voidSets the show.voidsetShowCursorLegend(Boolean showCursorLegend) Sets the show cursor legend.voidsetShowHorizontalLine(Boolean showHorizontalLine) Sets the show horizontal line.voidsetShowTooltip(Boolean showTooltip) Sets the show tooltip.voidsetShowTooltipDataPosition(Boolean showTooltipDataPosition) Sets the show tooltip data position.voidsetShowTooltipGridPosition(Boolean showTooltipGridPosition) Sets the show tooltip grid position.voidsetShowTooltipOutsideZoom(Boolean showTooltipOutsideZoom) Sets the show tooltip outside zoom.voidsetShowTooltipUnitPosition(Boolean showTooltipUnitPosition) Sets the show tooltip unit position.voidsetShowVerticalLine(Boolean showVerticalLine) Sets the show vertical line.voidSets the style.voidsetTooltipAxisGroups(String tooltipAxisGroups) Sets the tooltip axis groups.voidsetTooltipFormatString(String tooltipFormatString) Sets the tooltip format string.voidsetTooltipLocation(Location tooltipLocation) Sets the tooltip location.voidsetTooltipOffset(Integer tooltipOffset) Sets the tooltip offset.voidsetUseAxesFormatters(Boolean useAxesFormatters) Sets the use axes formatters.voidSets the zoom.
-
Constructor Details
-
Cursor
public Cursor()
-
-
Method Details
-
getStyle
Gets the style.- Returns:
- the style
-
setStyle
Sets the style.- Parameters:
style- the new style
-
getShow
Gets the show.- Returns:
- the show
-
setShow
Sets the show.- Parameters:
show- the new show
-
getShowTooltip
Gets the show tooltip.- Returns:
- the show tooltip
-
setShowTooltip
Sets the show tooltip.- Parameters:
showTooltip- the new show tooltip
-
getFollowMouse
Gets the follow mouse.- Returns:
- the follow mouse
-
setFollowMouse
Sets the follow mouse.- Parameters:
followMouse- the new follow mouse
-
getTooltipLocation
Gets the tooltip location.- Returns:
- the tooltip location
-
setTooltipLocation
Sets the tooltip location.- Parameters:
tooltipLocation- the new tooltip location
-
getTooltipOffset
Gets the tooltip offset.- Returns:
- the tooltip offset
-
setTooltipOffset
Sets the tooltip offset.- Parameters:
tooltipOffset- the new tooltip offset
-
getShowTooltipGridPosition
Gets the show tooltip grid position.- Returns:
- the show tooltip grid position
-
setShowTooltipGridPosition
Sets the show tooltip grid position.- Parameters:
showTooltipGridPosition- the new show tooltip grid position
-
getShowTooltipUnitPosition
Gets the show tooltip unit position.- Returns:
- the show tooltip unit position
-
setShowTooltipUnitPosition
Sets the show tooltip unit position.- Parameters:
showTooltipUnitPosition- the new show tooltip unit position
-
getShowTooltipDataPosition
Gets the show tooltip data position.- Returns:
- the show tooltip data position
-
setShowTooltipDataPosition
Sets the show tooltip data position.- Parameters:
showTooltipDataPosition- the new show tooltip data position
-
getTooltipFormatString
Gets the tooltip format string.- Returns:
- the tooltip format string
-
setTooltipFormatString
Sets the tooltip format string.- Parameters:
tooltipFormatString- the new tooltip format string
-
getUseAxesFormatters
Gets the use axes formatters.- Returns:
- the use axes formatters
-
setUseAxesFormatters
Sets the use axes formatters.- Parameters:
useAxesFormatters- the new use axes formatters
-
getZoom
Gets the zoom.- Returns:
- the zoom
-
setZoom
Sets the zoom.- Parameters:
zoom- the new zoom
-
getLooseZoom
Gets the loose zoom.- Returns:
- the loose zoom
-
setLooseZoom
Sets the loose zoom.- Parameters:
looseZoom- the new loose zoom
-
getClickReset
Gets the click reset.- Returns:
- the click reset
-
setClickReset
Sets the click reset.- Parameters:
clickReset- the new click reset
-
getDblClickReset
Gets the dbl click reset.- Returns:
- the dbl click reset
-
setDblClickReset
Sets the dbl click reset.- Parameters:
dblClickReset- the new dbl click reset
-
getShowVerticalLine
Gets the show vertical line.- Returns:
- the show vertical line
-
setShowVerticalLine
Sets the show vertical line.- Parameters:
showVerticalLine- the new show vertical line
-
getShowHorizontalLine
Gets the show horizontal line.- Returns:
- the show horizontal line
-
setShowHorizontalLine
Sets the show horizontal line.- Parameters:
showHorizontalLine- the new show horizontal line
-
getConstrainZoomTo
Gets the constrain zoom to.- Returns:
- the constrain zoom to
-
setConstrainZoomTo
Sets the constrain zoom to.- Parameters:
constrainZoomTo- the new constrain zoom to
-
getIntersectionThreshold
Gets the intersection threshold.- Returns:
- the intersection threshold
-
setIntersectionThreshold
Sets the intersection threshold.- Parameters:
intersectionThreshold- the new intersection threshold
-
getShowCursorLegend
Gets the show cursor legend.- Returns:
- the show cursor legend
-
setShowCursorLegend
Sets the show cursor legend.- Parameters:
showCursorLegend- the new show cursor legend
-
getCursorLegendFormatString
Gets the cursor legend format string.- Returns:
- the cursor legend format string
-
setCursorLegendFormatString
Sets the cursor legend format string.- Parameters:
cursorLegendFormatString- the new cursor legend format string
-
getConstrainOutsideZoom
Gets the constrain outside zoom.- Returns:
- the constrain outside zoom
-
setConstrainOutsideZoom
Sets the constrain outside zoom.- Parameters:
constrainOutsideZoom- the new constrain outside zoom
-
getShowTooltipOutsideZoom
Gets the show tooltip outside zoom.- Returns:
- the show tooltip outside zoom
-
setShowTooltipOutsideZoom
Sets the show tooltip outside zoom.- Parameters:
showTooltipOutsideZoom- the new show tooltip outside zoom
-
getTooltipAxisGroups
Gets the tooltip axis groups.- Returns:
- the tooltip axis groups
-
setTooltipAxisGroups
Sets the tooltip axis groups.- Parameters:
tooltipAxisGroups- the new tooltip axis groups
-