public class Cursor extends Object implements Element
| Constructor and Description |
|---|
Cursor() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getClickReset()
Gets the click reset.
|
Boolean |
getConstrainOutsideZoom()
Gets the constrain outside zoom.
|
String |
getConstrainZoomTo()
Gets the constrain zoom to.
|
String |
getCursorLegendFormatString()
Gets the cursor legend format string.
|
Boolean |
getDblClickReset()
Gets the dbl click reset.
|
Boolean |
getFollowMouse()
Gets the follow mouse.
|
Integer |
getIntersectionThreshold()
Gets the intersection threshold.
|
Boolean |
getLooseZoom()
Gets the loose zoom.
|
Boolean |
getShow()
Gets the show.
|
Boolean |
getShowCursorLegend()
Gets the show cursor legend.
|
Boolean |
getShowHorizontalLine()
Gets the show horizontal line.
|
Boolean |
getShowTooltip()
Gets the show tooltip.
|
Boolean |
getShowTooltipDataPosition()
Gets the show tooltip data position.
|
Boolean |
getShowTooltipGridPosition()
Gets the show tooltip grid position.
|
Boolean |
getShowTooltipOutsideZoom()
Gets the show tooltip outside zoom.
|
Boolean |
getShowTooltipUnitPosition()
Gets the show tooltip unit position.
|
Boolean |
getShowVerticalLine()
Gets the show vertical line.
|
String |
getStyle()
Gets the style.
|
String |
getTooltipAxisGroups()
Gets the tooltip axis groups.
|
String |
getTooltipFormatString()
Gets the tooltip format string.
|
Location |
getTooltipLocation()
Gets the tooltip location.
|
Integer |
getTooltipOffset()
Gets the tooltip offset.
|
Boolean |
getUseAxesFormatters()
Gets the use axes formatters.
|
Boolean |
getZoom()
Gets the zoom.
|
void |
setClickReset(Boolean clickReset)
Sets the click reset.
|
void |
setConstrainOutsideZoom(Boolean constrainOutsideZoom)
Sets the constrain outside zoom.
|
void |
setConstrainZoomTo(String constrainZoomTo)
Sets the constrain zoom to.
|
void |
setCursorLegendFormatString(String cursorLegendFormatString)
Sets the cursor legend format string.
|
void |
setDblClickReset(Boolean dblClickReset)
Sets the dbl click reset.
|
void |
setFollowMouse(Boolean followMouse)
Sets the follow mouse.
|
void |
setIntersectionThreshold(Integer intersectionThreshold)
Sets the intersection threshold.
|
void |
setLooseZoom(Boolean looseZoom)
Sets the loose zoom.
|
void |
setShow(Boolean show)
Sets the show.
|
void |
setShowCursorLegend(Boolean showCursorLegend)
Sets the show cursor legend.
|
void |
setShowHorizontalLine(Boolean showHorizontalLine)
Sets the show horizontal line.
|
void |
setShowTooltip(Boolean showTooltip)
Sets the show tooltip.
|
void |
setShowTooltipDataPosition(Boolean showTooltipDataPosition)
Sets the show tooltip data position.
|
void |
setShowTooltipGridPosition(Boolean showTooltipGridPosition)
Sets the show tooltip grid position.
|
void |
setShowTooltipOutsideZoom(Boolean showTooltipOutsideZoom)
Sets the show tooltip outside zoom.
|
void |
setShowTooltipUnitPosition(Boolean showTooltipUnitPosition)
Sets the show tooltip unit position.
|
void |
setShowVerticalLine(Boolean showVerticalLine)
Sets the show vertical line.
|
void |
setStyle(String style)
Sets the style.
|
void |
setTooltipAxisGroups(String tooltipAxisGroups)
Sets the tooltip axis groups.
|
void |
setTooltipFormatString(String tooltipFormatString)
Sets the tooltip format string.
|
void |
setTooltipLocation(Location tooltipLocation)
Sets the tooltip location.
|
void |
setTooltipOffset(Integer tooltipOffset)
Sets the tooltip offset.
|
void |
setUseAxesFormatters(Boolean useAxesFormatters)
Sets the use axes formatters.
|
void |
setZoom(Boolean zoom)
Sets the zoom.
|
public String getStyle()
public void setStyle(String style)
style - the new stylepublic Boolean getShow()
public void setShow(Boolean show)
show - the new showpublic Boolean getShowTooltip()
public void setShowTooltip(Boolean showTooltip)
showTooltip - the new show tooltippublic Boolean getFollowMouse()
public void setFollowMouse(Boolean followMouse)
followMouse - the new follow mousepublic Location getTooltipLocation()
public void setTooltipLocation(Location tooltipLocation)
tooltipLocation - the new tooltip locationpublic Integer getTooltipOffset()
public void setTooltipOffset(Integer tooltipOffset)
tooltipOffset - the new tooltip offsetpublic Boolean getShowTooltipGridPosition()
public void setShowTooltipGridPosition(Boolean showTooltipGridPosition)
showTooltipGridPosition - the new show tooltip grid positionpublic Boolean getShowTooltipUnitPosition()
public void setShowTooltipUnitPosition(Boolean showTooltipUnitPosition)
showTooltipUnitPosition - the new show tooltip unit positionpublic Boolean getShowTooltipDataPosition()
public void setShowTooltipDataPosition(Boolean showTooltipDataPosition)
showTooltipDataPosition - the new show tooltip data positionpublic String getTooltipFormatString()
public void setTooltipFormatString(String tooltipFormatString)
tooltipFormatString - the new tooltip format stringpublic Boolean getUseAxesFormatters()
public void setUseAxesFormatters(Boolean useAxesFormatters)
useAxesFormatters - the new use axes formatterspublic Boolean getZoom()
public void setZoom(Boolean zoom)
zoom - the new zoompublic Boolean getLooseZoom()
public void setLooseZoom(Boolean looseZoom)
looseZoom - the new loose zoompublic Boolean getClickReset()
public void setClickReset(Boolean clickReset)
clickReset - the new click resetpublic Boolean getDblClickReset()
public void setDblClickReset(Boolean dblClickReset)
dblClickReset - the new dbl click resetpublic Boolean getShowVerticalLine()
public void setShowVerticalLine(Boolean showVerticalLine)
showVerticalLine - the new show vertical linepublic Boolean getShowHorizontalLine()
public void setShowHorizontalLine(Boolean showHorizontalLine)
showHorizontalLine - the new show horizontal linepublic String getConstrainZoomTo()
public void setConstrainZoomTo(String constrainZoomTo)
constrainZoomTo - the new constrain zoom topublic Integer getIntersectionThreshold()
public void setIntersectionThreshold(Integer intersectionThreshold)
intersectionThreshold - the new intersection thresholdpublic Boolean getShowCursorLegend()
public void setShowCursorLegend(Boolean showCursorLegend)
showCursorLegend - the new show cursor legendpublic String getCursorLegendFormatString()
public void setCursorLegendFormatString(String cursorLegendFormatString)
cursorLegendFormatString - the new cursor legend format stringpublic Boolean getConstrainOutsideZoom()
public void setConstrainOutsideZoom(Boolean constrainOutsideZoom)
constrainOutsideZoom - the new constrain outside zoompublic Boolean getShowTooltipOutsideZoom()
public void setShowTooltipOutsideZoom(Boolean showTooltipOutsideZoom)
showTooltipOutsideZoom - the new show tooltip outside zoompublic String getTooltipAxisGroups()
public void setTooltipAxisGroups(String tooltipAxisGroups)
tooltipAxisGroups - the new tooltip axis groupsCopyright © 2020. All rights reserved.