Class PathElement

    • Property Detail

      • absolute

        public final BooleanProperty absoluteProperty
        A flag that indicates whether the path coordinates are absolute or relative. A value of true indicates that the coordinates are absolute values. A value of false indicates that the values in this PathElement are added to the coordinates of the previous PathElement to compute the actual coordinates.
        Default value:
        true
        See Also:
        isAbsolute(), setAbsolute(boolean)
    • Constructor Detail

      • PathElement

        public PathElement()
    • Method Detail

      • setAbsolute

        public final void setAbsolute​(boolean value)
        Sets the value of the property absolute.
        Property description:
        A flag that indicates whether the path coordinates are absolute or relative. A value of true indicates that the coordinates are absolute values. A value of false indicates that the values in this PathElement are added to the coordinates of the previous PathElement to compute the actual coordinates.
        Default value:
        true
      • isAbsolute

        public final boolean isAbsolute()
        Gets the value of the property absolute.
        Property description:
        A flag that indicates whether the path coordinates are absolute or relative. A value of true indicates that the coordinates are absolute values. A value of false indicates that the values in this PathElement are added to the coordinates of the previous PathElement to compute the actual coordinates.
        Default value:
        true
      • absoluteProperty

        public final BooleanProperty absoluteProperty()
        A flag that indicates whether the path coordinates are absolute or relative. A value of true indicates that the coordinates are absolute values. A value of false indicates that the values in this PathElement are added to the coordinates of the previous PathElement to compute the actual coordinates.
        Default value:
        true
        See Also:
        isAbsolute(), setAbsolute(boolean)