Spec-Zone.ru › OpenJavaFX 8
javafx.scene.chart

Class Axis.TickMark<T>

java.lang.Object
  • javafx.scene.chart.Axis.TickMark<T>

Enclosing class:

Axis<T>



public static final class Axis.TickMark<T>
extends Object
TickMark represents the label text, its associated properties for each tick along the Axis.

Since:

JavaFX 2.0

  • Property Summary

    All MethodsInstance MethodsConcrete Methods
    Type Property and Description
    StringExpression label
    The display text for tick mark
    DoubleExpression position
    The display position along the axis from axis origin in display units
    ObjectExpression<T> value
    The value for this tick mark in data units
  • Constructor Summary

    Constructors
    Constructor and Description
    TickMark()
    Creates and initializes an instance of TickMark.
  • Method Summary

    All MethodsInstance MethodsConcrete Methods
    Modifier and Type Method and Description
    String getLabel()
    Gets the value of the property label.
    double getPosition()
    Gets the value of the property position.
    T getValue()
    Gets the value of the property value.
    boolean isTextVisible()
    Indicates whether this tick mark label text is displayed or not.
    StringExpression labelProperty()
    The display text for tick mark
    DoubleExpression positionProperty()
    The display position along the axis from axis origin in display units
    void setLabel(String value)
    Sets the value of the property label.
    void setPosition(double value)
    Sets the value of the property position.
    void setTextVisible(boolean value)
    Specifies whether this tick mark label text is displayed or not.
    void setValue(T v)
    Sets the value of the property value.
    String toString()
    Returns a string representation of this TickMark object.
    ObjectExpression<T> valueProperty()
    The value for this tick mark in data units
    • Methods inherited from class java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Property Detail

    • label

      public final StringExpression labelProperty
      The display text for tick mark

      See Also:

      getLabel(), setLabel(String)

    • value

      public final ObjectExpression<T> valueProperty
      The value for this tick mark in data units

      See Also:

      getValue(), setValue(T)

    • position

      public final DoubleExpression positionProperty
      The display position along the axis from axis origin in display units

      See Also:

      getPosition(), setPosition(double)

  • Constructor Detail

    • TickMark

      public TickMark()
      Creates and initializes an instance of TickMark.
  • Method Detail

    • getLabel

      public final String getLabel()
      Gets the value of the property label.

      Property description:

      The display text for tick mark

    • setLabel

      public final void setLabel(String value)
      Sets the value of the property label.

      Property description:

      The display text for tick mark

    • labelProperty

      public final StringExpression labelProperty()
      The display text for tick mark

      See Also:

      getLabel(), setLabel(String)

    • getValue

      public final T getValue()
      Gets the value of the property value.

      Property description:

      The value for this tick mark in data units

    • setValue

      public final void setValue(T v)
      Sets the value of the property value.

      Property description:

      The value for this tick mark in data units

    • valueProperty

      public final ObjectExpression<T> valueProperty()
      The value for this tick mark in data units

      See Also:

      getValue(), setValue(T)

    • getPosition

      public final double getPosition()
      Gets the value of the property position.

      Property description:

      The display position along the axis from axis origin in display units

    • setPosition

      public final void setPosition(double value)
      Sets the value of the property position.

      Property description:

      The display position along the axis from axis origin in display units

    • positionProperty

      public final DoubleExpression positionProperty()
      The display position along the axis from axis origin in display units

      See Also:

      getPosition(), setPosition(double)

    • isTextVisible

      public final boolean isTextVisible()
      Indicates whether this tick mark label text is displayed or not.

      Returns:

      true if tick mark label text is visible and false otherwise

    • setTextVisible

      public final void setTextVisible(boolean value)
      Specifies whether this tick mark label text is displayed or not.

      Parameters:

      value - true if tick mark label text is visible and false otherwise

    • toString

      public String toString()
      Returns a string representation of this TickMark object.

      Overrides:

      toString in class Object

      Returns:

      a string representation of this TickMark object.

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API