Module com.flexganttfx.view
Package com.flexganttfx.view.graphics
Class ScaleRowHeader<R extends Row<?,?,?>>
java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.control.Control
javafx.scene.control.Labeled
javafx.scene.control.Label
com.flexganttfx.view.graphics.GraphicsBase.RowHeader<R>
com.flexganttfx.view.graphics.ScaleRowHeader<R>
- Type Parameters:
R
- the type of the rows
- All Implemented Interfaces:
Styleable
,EventTarget
,Skinnable
Draws a scale for an entire row or for each line within the row. Scales vary
depending on the layout used for the row / line. The scale for the chart
layout displays the minimum and maximum values while the scale for the agenda
layout displays a time scale (8am, 9am, 10am, .....). The labels and dashes
in the scale layer have to align perfectly with the lines drawn by the agenda
lines layer and the chart lines layer.
- Since:
- 1.0
-
Property Summary
PropertiesTypePropertyDescriptionfinal BooleanProperty
final DoubleProperty
final DoubleProperty
final ObjectProperty<Paint>
final BooleanProperty
final ObjectProperty<DateTimeFormatter>
final ObjectProperty<Paint>
final BooleanProperty
final DoubleProperty
final DoubleProperty
final ObjectProperty<Paint>
final BooleanProperty
final BooleanProperty
final DoubleProperty
final DoubleProperty
final ObjectProperty<Paint>
final BooleanProperty
final ObjectProperty<NumberFormat>
A property used to store a number format that will be used to format the labels shown when a chart layout is being used.Properties inherited from class com.flexganttfx.view.graphics.GraphicsBase.RowHeader
item
Properties inherited from class javafx.scene.control.Labeled
alignment, contentDisplay, ellipsisString, font, graphic, graphicTextGap, labelPadding, lineSpacing, mnemonicParsing, textAlignment, textFill, textOverrun, text, underline, wrapText
Properties inherited from class javafx.scene.control.Control
contextMenu, skin, tooltip
Properties inherited from class javafx.scene.layout.Region
background, border, cacheShape, centerShape, height, insets, maxHeight, maxWidth, minHeight, minWidth, opaqueInsets, padding, prefHeight, prefWidth, scaleShape, shape, snapToPixel, width
Properties inherited from class javafx.scene.Parent
needsLayout
Properties inherited from class javafx.scene.Node
accessibleHelp, accessibleRoleDescription, accessibleRole, accessibleText, blendMode, boundsInLocal, boundsInParent, cacheHint, cache, clip, cursor, depthTest, disabled, disable, effectiveNodeOrientation, effect, eventDispatcher, focused, focusTraversable, focusVisible, focusWithin, hover, id, inputMethodRequests, layoutBounds, layoutX, layoutY, localToParentTransform, localToSceneTransform, managed, mouseTransparent, nodeOrientation, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScrollFinished, onScroll, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoomFinished, onZoom, onZoomStarted, opacity, parent, pickOnBounds, pressed, rotate, rotationAxis, scaleX, scaleY, scaleZ, scene, style, translateX, translateY, translateZ, viewOrder, visible
-
Field Summary
Fields inherited from class javafx.scene.layout.Region
USE_COMPUTED_SIZE, USE_PREF_SIZE
Fields inherited from class javafx.scene.Node
BASELINE_OFFSET_SAME_AS_HEIGHT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanProperty
final DoubleProperty
final DoubleProperty
final ObjectProperty<Paint>
final BooleanProperty
final ObjectProperty<DateTimeFormatter>
final ObjectProperty<Paint>
void
draw()
Performs a drawing of the header canvas.final double
Gets the value of theagendaLinesLineWidth
property.final double
Gets the value of theagendaLinesSize
property.final Paint
Gets the value of theagendaLinesStroke
property.final DateTimeFormatter
Gets the value of thedateTimeFormatter
property.final Paint
Gets the value of thedividerLineStroke
property.final double
Gets the value of themajorChartLinesLineWidth
property.final double
Gets the value of themajorChartLinesSize
property.final Paint
Gets the value of themajorChartLinesStroke
property.final double
Gets the value of theminorChartLinesLineWidth
property.final double
Gets the value of theminorChartLinesSize
property.final Paint
Gets the value of theminorChartLinesStroke
property.final NumberFormat
Returns the value ofnumberFormatProperty()
.final boolean
Gets the value of theagendaLabelsVisible
property.final boolean
Gets the value of theagendaLinesVisible
property.final boolean
Gets the value of themajorChartLabelsVisible
property.final boolean
Gets the value of themajorChartLinesVisible
property.final boolean
Gets the value of theminorChartLabelsVisible
property.final boolean
Gets the value of theminorChartLinesVisible
property.final BooleanProperty
final DoubleProperty
final DoubleProperty
final ObjectProperty<Paint>
final BooleanProperty
final BooleanProperty
final DoubleProperty
final DoubleProperty
final ObjectProperty<Paint>
final BooleanProperty
final ObjectProperty<NumberFormat>
A property used to store a number format that will be used to format the labels shown when a chart layout is being used.protected void
redrawObservable
(Observable observable) Registers the given observable as something that requires a drawing of the graphics area.final void
setAgendaLabelsVisible
(boolean visible) Sets the value of theagendaLabelsVisible
property.final void
setAgendaLinesLineWidth
(double lineWidth) Sets the value of theagendaLinesLineWidth
property.final void
setAgendaLinesSize
(double size) Sets the value of theagendaLinesSize
property.final void
setAgendaLinesStroke
(Paint stroke) Sets the value of theagendaLinesStroke
property.final void
setAgendaLinesVisible
(boolean visible) Sets the value of theagendaLinesVisible
property.final void
setDateTimeFormatter
(DateTimeFormatter formatter) Sets the value of thedateTimeFormatter
property.final void
setDividerLineStroke
(Paint stroke) Sets the value of thedividerLineStroke
property.final void
setMajorChartLabelsVisible
(boolean visible) Sets the value of themajorChartLabelsVisible
property.final void
setMajorChartLinesLineWidth
(double lineWidth) Sets the value of themajorChartLinesLineWidth
property.final void
setMajorChartLinesSize
(double size) Sets the value of themajorChartLinesSize
property.final void
setMajorChartLinesStroke
(Paint stroke) Sets the value of themajorChartLinesStroke
property.final void
setMajorChartLinesVisible
(boolean visible) Sets the value of themajorChartLinesVisible
property.final void
setMinorChartLabelsVisible
(boolean visible) Sets the value of theminorChartLabelsVisible
property.final void
setMinorChartLinesLineWidth
(double lineWidth) Sets the value of theminorChartLinesLineWidth
property.final void
setMinorChartLinesSize
(double size) Sets the value of theminorChartLinesSize
property.final void
setMinorChartLinesStroke
(Paint stroke) Sets the value of theminorChartLinesStroke
property.final void
setMinorChartLinesVisible
(boolean visible) Sets the value of theminorChartLinesVisible
property.final void
setNumberFormat
(NumberFormat format) Returns the value ofgetNumberFormat()
.Methods inherited from class com.flexganttfx.view.graphics.GraphicsBase.RowHeader
getGraphics, getItem, itemProperty, setItem
Methods inherited from class javafx.scene.control.Label
createDefaultSkin, getInitialFocusTraversable, getLabelFor, labelForProperty, setLabelFor
Methods inherited from class javafx.scene.control.Labeled
alignmentProperty, contentDisplayProperty, ellipsisStringProperty, fontProperty, getAlignment, getClassCssMetaData, getContentBias, getContentDisplay, getControlCssMetaData, getEllipsisString, getFont, getGraphic, getGraphicTextGap, getInitialAlignment, getLabelPadding, getLineSpacing, getText, getTextAlignment, getTextFill, getTextOverrun, graphicProperty, graphicTextGapProperty, isMnemonicParsing, isUnderline, isWrapText, labelPaddingProperty, lineSpacingProperty, mnemonicParsingProperty, setAlignment, setContentDisplay, setEllipsisString, setFont, setGraphic, setGraphicTextGap, setLineSpacing, setMnemonicParsing, setText, setTextAlignment, setTextFill, setTextOverrun, setUnderline, setWrapText, textAlignmentProperty, textFillProperty, textOverrunProperty, textProperty, toString, underlineProperty, wrapTextProperty
Methods inherited from class javafx.scene.control.Control
computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, contextMenuProperty, executeAccessibleAction, getBaselineOffset, getContextMenu, getCssMetaData, getSkin, getTooltip, isResizable, layoutChildren, queryAccessibleAttribute, setContextMenu, setSkin, setTooltip, skinProperty, tooltipProperty
Methods inherited from class javafx.scene.layout.Region
backgroundProperty, borderProperty, cacheShapeProperty, centerShapeProperty, getBackground, getBorder, getHeight, getInsets, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOpaqueInsets, getPadding, getPrefHeight, getPrefWidth, getShape, getUserAgentStylesheet, getWidth, heightProperty, insetsProperty, isCacheShape, isCenterShape, isScaleShape, isSnapToPixel, layoutInArea, layoutInArea, layoutInArea, layoutInArea, maxHeight, maxHeightProperty, maxWidth, maxWidthProperty, minHeight, minHeightProperty, minWidth, minWidthProperty, opaqueInsetsProperty, paddingProperty, positionInArea, positionInArea, prefHeight, prefHeightProperty, prefWidth, prefWidthProperty, resize, scaleShapeProperty, setBackground, setBorder, setCacheShape, setCenterShape, setHeight, setMaxHeight, setMaxSize, setMaxWidth, setMinHeight, setMinSize, setMinWidth, setOpaqueInsets, setPadding, setPrefHeight, setPrefSize, setPrefWidth, setScaleShape, setShape, setSnapToPixel, setWidth, shapeProperty, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, snapToPixelProperty, widthProperty
Methods inherited from class javafx.scene.Parent
getChildren, getChildrenUnmodifiable, getManagedChildren, getStylesheets, isNeedsLayout, layout, lookup, needsLayoutProperty, requestLayout, requestParentLayout, setNeedsLayout, updateBounds
Methods inherited from class javafx.scene.Node
accessibleHelpProperty, accessibleRoleDescriptionProperty, accessibleRoleProperty, accessibleTextProperty, addEventFilter, addEventHandler, applyCss, autosize, blendModeProperty, boundsInLocalProperty, boundsInParentProperty, buildEventDispatchChain, cacheHintProperty, cacheProperty, clipProperty, computeAreaInScreen, contains, contains, cursorProperty, depthTestProperty, disabledProperty, disableProperty, effectiveNodeOrientationProperty, effectProperty, eventDispatcherProperty, fireEvent, focusedProperty, focusTraversableProperty, focusVisibleProperty, focusWithinProperty, getAccessibleHelp, getAccessibleRole, getAccessibleRoleDescription, getAccessibleText, getBlendMode, getBoundsInLocal, getBoundsInParent, getCacheHint, getClip, getCursor, getDepthTest, getEffect, getEffectiveNodeOrientation, getEventDispatcher, getId, getInitialCursor, getInputMethodRequests, getLayoutBounds, getLayoutX, getLayoutY, getLocalToParentTransform, getLocalToSceneTransform, getNodeOrientation, getOnContextMenuRequested, getOnDragDetected, getOnDragDone, getOnDragDropped, getOnDragEntered, getOnDragExited, getOnDragOver, getOnInputMethodTextChanged, getOnKeyPressed, getOnKeyReleased, getOnKeyTyped, getOnMouseClicked, getOnMouseDragEntered, getOnMouseDragExited, getOnMouseDragged, getOnMouseDragOver, getOnMouseDragReleased, getOnMouseEntered, getOnMouseExited, getOnMouseMoved, getOnMousePressed, getOnMouseReleased, getOnRotate, getOnRotationFinished, getOnRotationStarted, getOnScroll, getOnScrollFinished, getOnScrollStarted, getOnSwipeDown, getOnSwipeLeft, getOnSwipeRight, getOnSwipeUp, getOnTouchMoved, getOnTouchPressed, getOnTouchReleased, getOnTouchStationary, getOnZoom, getOnZoomFinished, getOnZoomStarted, getOpacity, getParent, getProperties, getPseudoClassStates, getRotate, getRotationAxis, getScaleX, getScaleY, getScaleZ, getScene, getStyle, getStyleableParent, getStyleClass, getTransforms, getTranslateX, getTranslateY, getTranslateZ, getTypeSelector, getUserData, getViewOrder, hasProperties, hoverProperty, idProperty, inputMethodRequestsProperty, intersects, intersects, isCache, isDisable, isDisabled, isFocused, isFocusTraversable, isFocusVisible, isFocusWithin, isHover, isManaged, isMouseTransparent, isPickOnBounds, isPressed, isVisible, layoutBoundsProperty, layoutXProperty, layoutYProperty, localToParent, localToParent, localToParent, localToParent, localToParent, localToParentTransformProperty, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToSceneTransformProperty, localToScreen, localToScreen, localToScreen, localToScreen, localToScreen, lookupAll, managedProperty, mouseTransparentProperty, nodeOrientationProperty, notifyAccessibleAttributeChanged, onContextMenuRequestedProperty, onDragDetectedProperty, onDragDoneProperty, onDragDroppedProperty, onDragEnteredProperty, onDragExitedProperty, onDragOverProperty, onInputMethodTextChangedProperty, onKeyPressedProperty, onKeyReleasedProperty, onKeyTypedProperty, onMouseClickedProperty, onMouseDragEnteredProperty, onMouseDragExitedProperty, onMouseDraggedProperty, onMouseDragOverProperty, onMouseDragReleasedProperty, onMouseEnteredProperty, onMouseExitedProperty, onMouseMovedProperty, onMousePressedProperty, onMouseReleasedProperty, onRotateProperty, onRotationFinishedProperty, onRotationStartedProperty, onScrollFinishedProperty, onScrollProperty, onScrollStartedProperty, onSwipeDownProperty, onSwipeLeftProperty, onSwipeRightProperty, onSwipeUpProperty, onTouchMovedProperty, onTouchPressedProperty, onTouchReleasedProperty, onTouchStationaryProperty, onZoomFinishedProperty, onZoomProperty, onZoomStartedProperty, opacityProperty, parentProperty, parentToLocal, parentToLocal, parentToLocal, parentToLocal, parentToLocal, pickOnBoundsProperty, pressedProperty, pseudoClassStateChanged, relocate, removeEventFilter, removeEventHandler, requestFocus, resizeRelocate, rotateProperty, rotationAxisProperty, scaleXProperty, scaleYProperty, scaleZProperty, sceneProperty, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, screenToLocal, screenToLocal, screenToLocal, setAccessibleHelp, setAccessibleRole, setAccessibleRoleDescription, setAccessibleText, setBlendMode, setCache, setCacheHint, setClip, setCursor, setDepthTest, setDisable, setDisabled, setEffect, setEventDispatcher, setEventHandler, setFocused, setFocusTraversable, setHover, setId, setInputMethodRequests, setLayoutX, setLayoutY, setManaged, setMouseTransparent, setNodeOrientation, setOnContextMenuRequested, setOnDragDetected, setOnDragDone, setOnDragDropped, setOnDragEntered, setOnDragExited, setOnDragOver, setOnInputMethodTextChanged, setOnKeyPressed, setOnKeyReleased, setOnKeyTyped, setOnMouseClicked, setOnMouseDragEntered, setOnMouseDragExited, setOnMouseDragged, setOnMouseDragOver, setOnMouseDragReleased, setOnMouseEntered, setOnMouseExited, setOnMouseMoved, setOnMousePressed, setOnMouseReleased, setOnRotate, setOnRotationFinished, setOnRotationStarted, setOnScroll, setOnScrollFinished, setOnScrollStarted, setOnSwipeDown, setOnSwipeLeft, setOnSwipeRight, setOnSwipeUp, setOnTouchMoved, setOnTouchPressed, setOnTouchReleased, setOnTouchStationary, setOnZoom, setOnZoomFinished, setOnZoomStarted, setOpacity, setPickOnBounds, setPressed, setRotate, setRotationAxis, setScaleX, setScaleY, setScaleZ, setStyle, setTranslateX, setTranslateY, setTranslateZ, setUserData, setViewOrder, setVisible, snapshot, snapshot, startDragAndDrop, startFullDrag, styleProperty, toBack, toFront, translateXProperty, translateYProperty, translateZProperty, usesMirroring, viewOrderProperty, visibleProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javafx.css.Styleable
getStyleableNode
-
Property Details
-
dividerLineStroke
-
majorChartLabelsVisible
-
minorChartLabelsVisible
-
majorChartLinesVisible
-
majorChartLinesStroke
-
majorChartLinesLineWidth
-
majorChartLinesSize
-
minorChartLinesVisible
-
minorChartLinesStroke
-
minorChartLinesLineWidth
-
minorChartLinesSize
-
agendaLabelsVisible
-
agendaLinesLineWidth
-
agendaLinesSize
-
agendaLinesStroke
-
agendaLinesVisible
-
dateTimeFormatter
-
numberFormat
A property used to store a number format that will be used to format the labels shown when a chart layout is being used.- Since:
- 1.4
- See Also:
-
-
Constructor Details
-
ScaleRowHeader
-
-
Method Details
-
redrawObservable
Registers the given observable as something that requires a drawing of the graphics area. E.g.: the stroke color has changed.- Parameters:
observable
- the observable to monitor for changes
-
draw
public void draw()Performs a drawing of the header canvas. -
dividerLineStrokeProperty
- Returns:
- the
dividerLineStroke
property - See Also:
-
getDividerLineStroke
Gets the value of thedividerLineStroke
property.- Property description:
- Returns:
- the value of the
dividerLineStroke
property - See Also:
-
setDividerLineStroke
Sets the value of thedividerLineStroke
property.- Property description:
- Parameters:
stroke
- the value for thedividerLineStroke
property- See Also:
-
majorChartLabelsVisibleProperty
- Returns:
- the
majorChartLabelsVisible
property - See Also:
-
isMajorChartLabelsVisible
public final boolean isMajorChartLabelsVisible()Gets the value of themajorChartLabelsVisible
property.- Property description:
- Returns:
- the value of the
majorChartLabelsVisible
property - See Also:
-
setMajorChartLabelsVisible
public final void setMajorChartLabelsVisible(boolean visible) Sets the value of themajorChartLabelsVisible
property.- Property description:
- Parameters:
visible
- the value for themajorChartLabelsVisible
property- See Also:
-
minorChartLabelsVisibleProperty
- Returns:
- the
minorChartLabelsVisible
property - See Also:
-
isMinorChartLabelsVisible
public final boolean isMinorChartLabelsVisible()Gets the value of theminorChartLabelsVisible
property.- Property description:
- Returns:
- the value of the
minorChartLabelsVisible
property - See Also:
-
setMinorChartLabelsVisible
public final void setMinorChartLabelsVisible(boolean visible) Sets the value of theminorChartLabelsVisible
property.- Property description:
- Parameters:
visible
- the value for theminorChartLabelsVisible
property- See Also:
-
majorChartLinesVisibleProperty
- Returns:
- the
majorChartLinesVisible
property - See Also:
-
isMajorChartLinesVisible
public final boolean isMajorChartLinesVisible()Gets the value of themajorChartLinesVisible
property.- Property description:
- Returns:
- the value of the
majorChartLinesVisible
property - See Also:
-
setMajorChartLinesVisible
public final void setMajorChartLinesVisible(boolean visible) Sets the value of themajorChartLinesVisible
property.- Property description:
- Parameters:
visible
- the value for themajorChartLinesVisible
property- See Also:
-
majorChartLinesStrokeProperty
- Returns:
- the
majorChartLinesStroke
property - See Also:
-
getMajorChartLinesStroke
Gets the value of themajorChartLinesStroke
property.- Property description:
- Returns:
- the value of the
majorChartLinesStroke
property - See Also:
-
setMajorChartLinesStroke
Sets the value of themajorChartLinesStroke
property.- Property description:
- Parameters:
stroke
- the value for themajorChartLinesStroke
property- See Also:
-
majorChartLinesLineWidthProperty
- Returns:
- the
majorChartLinesLineWidth
property - See Also:
-
getMajorChartLinesLineWidth
public final double getMajorChartLinesLineWidth()Gets the value of themajorChartLinesLineWidth
property.- Property description:
- Returns:
- the value of the
majorChartLinesLineWidth
property - See Also:
-
setMajorChartLinesLineWidth
public final void setMajorChartLinesLineWidth(double lineWidth) Sets the value of themajorChartLinesLineWidth
property.- Property description:
- Parameters:
lineWidth
- the value for themajorChartLinesLineWidth
property- See Also:
-
majorChartLinesSizeProperty
- Returns:
- the
majorChartLinesSize
property - See Also:
-
getMajorChartLinesSize
public final double getMajorChartLinesSize()Gets the value of themajorChartLinesSize
property.- Property description:
- Returns:
- the value of the
majorChartLinesSize
property - See Also:
-
setMajorChartLinesSize
public final void setMajorChartLinesSize(double size) Sets the value of themajorChartLinesSize
property.- Property description:
- Parameters:
size
- the value for themajorChartLinesSize
property- See Also:
-
minorChartLinesVisibleProperty
- Returns:
- the
minorChartLinesVisible
property - See Also:
-
isMinorChartLinesVisible
public final boolean isMinorChartLinesVisible()Gets the value of theminorChartLinesVisible
property.- Property description:
- Returns:
- the value of the
minorChartLinesVisible
property - See Also:
-
setMinorChartLinesVisible
public final void setMinorChartLinesVisible(boolean visible) Sets the value of theminorChartLinesVisible
property.- Property description:
- Parameters:
visible
- the value for theminorChartLinesVisible
property- See Also:
-
minorChartLinesStrokeProperty
- Returns:
- the
minorChartLinesStroke
property - See Also:
-
getMinorChartLinesStroke
Gets the value of theminorChartLinesStroke
property.- Property description:
- Returns:
- the value of the
minorChartLinesStroke
property - See Also:
-
setMinorChartLinesStroke
Sets the value of theminorChartLinesStroke
property.- Property description:
- Parameters:
stroke
- the value for theminorChartLinesStroke
property- See Also:
-
minorChartLinesLineWidthProperty
- Returns:
- the
minorChartLinesLineWidth
property - See Also:
-
getMinorChartLinesLineWidth
public final double getMinorChartLinesLineWidth()Gets the value of theminorChartLinesLineWidth
property.- Property description:
- Returns:
- the value of the
minorChartLinesLineWidth
property - See Also:
-
setMinorChartLinesLineWidth
public final void setMinorChartLinesLineWidth(double lineWidth) Sets the value of theminorChartLinesLineWidth
property.- Property description:
- Parameters:
lineWidth
- the value for theminorChartLinesLineWidth
property- See Also:
-
minorChartLinesSizeProperty
- Returns:
- the
minorChartLinesSize
property - See Also:
-
getMinorChartLinesSize
public final double getMinorChartLinesSize()Gets the value of theminorChartLinesSize
property.- Property description:
- Returns:
- the value of the
minorChartLinesSize
property - See Also:
-
setMinorChartLinesSize
public final void setMinorChartLinesSize(double size) Sets the value of theminorChartLinesSize
property.- Property description:
- Parameters:
size
- the value for theminorChartLinesSize
property- See Also:
-
agendaLabelsVisibleProperty
- Returns:
- the
agendaLabelsVisible
property - See Also:
-
isAgendaLabelsVisible
public final boolean isAgendaLabelsVisible()Gets the value of theagendaLabelsVisible
property.- Property description:
- Returns:
- the value of the
agendaLabelsVisible
property - See Also:
-
setAgendaLabelsVisible
public final void setAgendaLabelsVisible(boolean visible) Sets the value of theagendaLabelsVisible
property.- Property description:
- Parameters:
visible
- the value for theagendaLabelsVisible
property- See Also:
-
agendaLinesLineWidthProperty
- Returns:
- the
agendaLinesLineWidth
property - See Also:
-
getAgendaLinesLineWidth
public final double getAgendaLinesLineWidth()Gets the value of theagendaLinesLineWidth
property.- Property description:
- Returns:
- the value of the
agendaLinesLineWidth
property - See Also:
-
setAgendaLinesLineWidth
public final void setAgendaLinesLineWidth(double lineWidth) Sets the value of theagendaLinesLineWidth
property.- Property description:
- Parameters:
lineWidth
- the value for theagendaLinesLineWidth
property- See Also:
-
agendaLinesSizeProperty
- Returns:
- the
agendaLinesSize
property - See Also:
-
getAgendaLinesSize
public final double getAgendaLinesSize()Gets the value of theagendaLinesSize
property.- Property description:
- Returns:
- the value of the
agendaLinesSize
property - See Also:
-
setAgendaLinesSize
public final void setAgendaLinesSize(double size) Sets the value of theagendaLinesSize
property.- Property description:
- Parameters:
size
- the value for theagendaLinesSize
property- See Also:
-
agendaLinesStrokeProperty
- Returns:
- the
agendaLinesStroke
property - See Also:
-
getAgendaLinesStroke
Gets the value of theagendaLinesStroke
property.- Property description:
- Returns:
- the value of the
agendaLinesStroke
property - See Also:
-
setAgendaLinesStroke
Sets the value of theagendaLinesStroke
property.- Property description:
- Parameters:
stroke
- the value for theagendaLinesStroke
property- See Also:
-
agendaLinesVisibleProperty
- Returns:
- the
agendaLinesVisible
property - See Also:
-
isAgendaLinesVisible
public final boolean isAgendaLinesVisible()Gets the value of theagendaLinesVisible
property.- Property description:
- Returns:
- the value of the
agendaLinesVisible
property - See Also:
-
setAgendaLinesVisible
public final void setAgendaLinesVisible(boolean visible) Sets the value of theagendaLinesVisible
property.- Property description:
- Parameters:
visible
- the value for theagendaLinesVisible
property- See Also:
-
dateTimeFormatterProperty
- Returns:
- the
dateTimeFormatter
property - See Also:
-
getDateTimeFormatter
Gets the value of thedateTimeFormatter
property.- Property description:
- Returns:
- the value of the
dateTimeFormatter
property - See Also:
-
setDateTimeFormatter
Sets the value of thedateTimeFormatter
property.- Property description:
- Parameters:
formatter
- the value for thedateTimeFormatter
property- See Also:
-
numberFormatProperty
A property used to store a number format that will be used to format the labels shown when a chart layout is being used.- Returns:
- the number format
- Since:
- 1.4
- See Also:
-
getNumberFormat
Returns the value ofnumberFormatProperty()
.- Returns:
- the number format for chart values
-
setNumberFormat
Returns the value ofgetNumberFormat()
.- Parameters:
format
- the number format to use for chart values
-