Class PathElement2ifx.ArcPathElement2ifx
- java.lang.Object
-
- org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
-
- org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
-
- All Implemented Interfaces:
Serializable,Cloneable,PathElement2ai,PathElement2D
- Enclosing class:
- PathElement2ifx
static class PathElement2ifx.ArcPathElement2ifx extends PathElement2ifx
An element of the path that represents aARC_TO.- Since:
- 13.0
- Version:
- 17.0 2020-01-04 14:41:49
- Author:
- Stéphane GALLAND
- Maven Group Id:
- org.arakhne.afc.advanced
- Maven Artifact Id:
- mathfx
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
PathElement2ifx.ArcPathElement2ifx, PathElement2ifx.ClosePathElement2ifx, PathElement2ifx.CurvePathElement2ifx, PathElement2ifx.LinePathElement2ifx, PathElement2ifx.MovePathElement2ifx, PathElement2ifx.QuadPathElement2ifx
-
-
Field Summary
-
Fields inherited from class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
isEmpty, to, type
-
-
Constructor Summary
Constructors Constructor Description ArcPathElement2ifx(javafx.beans.property.IntegerProperty fromx, javafx.beans.property.IntegerProperty fromy, javafx.beans.property.IntegerProperty tox, javafx.beans.property.IntegerProperty toy, javafx.beans.property.IntegerProperty xradius, javafx.beans.property.IntegerProperty yradius, javafx.beans.property.DoubleProperty xrotation, javafx.beans.property.BooleanProperty largeArcFlag, javafx.beans.property.BooleanProperty sweepFlag)Constructor.ArcPathElement2ifx(Point2ifx fromPoint, Point2ifx toPoint, javafx.beans.property.IntegerProperty xradius, javafx.beans.property.IntegerProperty yradius, javafx.beans.property.DoubleProperty xrotation, javafx.beans.property.BooleanProperty largeArcFlag, javafx.beans.property.BooleanProperty sweepFlag)Constructor by setting.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)javafx.beans.property.IntegerPropertyfromXProperty()Replies the x coordinate of the starting point property.javafx.beans.property.IntegerPropertyfromYProperty()Replies the y coordinate of the starting point property.intgetFromX()Replies the x coordinate of the starting point.intgetFromY()Replies the y coordinate of the starting point.booleangetLargeArcFlag()Replies if the arc-to will sweep clockwise around the ellipse.intgetRadiusX()Replies the x radius of the arc-to ellipse.intgetRadiusY()Replies the y radius of the arc-to ellipse.doublegetRotationX()Replies the rotation of the x axis of the arc-to ellipse.booleangetSweepFlag()Replies if the arc-to will sweep the long way around the ellipse.inthashCode()booleanisDrawable()Replies if the element is not empty and is drawable.javafx.beans.property.BooleanPropertyisEmptyProperty()Replies the property that indicates if this patth element is empty.javafx.beans.property.BooleanPropertylargeArcFlagProperty()Replies the property for the large ellipse arc flag.javafx.beans.property.IntegerPropertyradiusXProperty()Replies the property for the radius along the x axis.javafx.beans.property.IntegerPropertyradiusYProperty()Replies the property for the radius along the y axis.javafx.beans.property.DoublePropertyrotationXProperty()Replies the property for the rotation of the x axis.javafx.beans.property.BooleanPropertysweepFlagProperty()Replies the property for the sweep ellipse arc flag.javafx.beans.property.IntegerProperty[]toArray()Copy the coords into an array, except the source point.voidtoArray(double[] array)Copy the coords into the given array, except the source point.voidtoArray(int[] array)Copy the coords into the given array, except the source point.voidtoArray(javafx.beans.property.IntegerProperty[] array)Copy the coords into the given array, except the source point.-
Methods inherited from class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
ctrlX1Property, ctrlX2Property, ctrlY1Property, ctrlY2Property, getCtrlX1, getCtrlX2, getCtrlY1, getCtrlY2, getToX, getToY, getType, isEmpty, toString, toXProperty, toYProperty
-
-
-
-
Constructor Detail
-
ArcPathElement2ifx
ArcPathElement2ifx(javafx.beans.property.IntegerProperty fromx, javafx.beans.property.IntegerProperty fromy, javafx.beans.property.IntegerProperty tox, javafx.beans.property.IntegerProperty toy, javafx.beans.property.IntegerProperty xradius, javafx.beans.property.IntegerProperty yradius, javafx.beans.property.DoubleProperty xrotation, javafx.beans.property.BooleanProperty largeArcFlag, javafx.beans.property.BooleanProperty sweepFlag)Constructor.- Parameters:
fromx- x coordinate of the origin point.fromy- y coordinate of the origin point.tox- x coordinate of the target point.toy- y coordinate of the target point.xradius- radius of the ellipse along its x axis.yradius- radius of the ellipse along its y axis.xrotation- rotation (in radians) of the ellipse's x axis.largeArcFlag-trueiff the path will sweep the long way around the ellipse.sweepFlag-trueiff the path will sweep clockwise around the ellipse.
-
ArcPathElement2ifx
ArcPathElement2ifx(Point2ifx fromPoint, Point2ifx toPoint, javafx.beans.property.IntegerProperty xradius, javafx.beans.property.IntegerProperty yradius, javafx.beans.property.DoubleProperty xrotation, javafx.beans.property.BooleanProperty largeArcFlag, javafx.beans.property.BooleanProperty sweepFlag)
Constructor by setting.- Parameters:
fromPoint- the point to set as the origin point.toPoint- the point to set as the target point.xradius- radius of the ellipse along its x axis.yradius- radius of the ellipse along its y axis.xrotation- rotation (in radians) of the ellipse's x axis.largeArcFlag-trueiff the path will sweep the long way around the ellipse.sweepFlag-trueiff the path will sweep clockwise around the ellipse.
-
-
Method Detail
-
equals
@Pure public boolean equals(Object obj)
- Specified by:
equalsin classPathElement2ifx
-
hashCode
@Pure public int hashCode()
- Specified by:
hashCodein classPathElement2ifx
-
isEmptyProperty
@Pure public javafx.beans.property.BooleanProperty isEmptyProperty()
Description copied from class:PathElement2ifxReplies the property that indicates if this patth element is empty.- Specified by:
isEmptyPropertyin classPathElement2ifx- Returns:
- the isEmpty property.
-
isDrawable
@Pure public boolean isDrawable()
Description copied from interface:PathElement2DReplies if the element is not empty and is drawable.Only the path elements that may produce pixels on the screen must reply
truein this function.- Returns:
trueif the path element is drawable; otherwisefalse.
-
toArray
@Pure public void toArray(int[] array)
Description copied from interface:PathElement2aiCopy the coords into the given array, except the source point.- Parameters:
array- the output array.
-
toArray
@Pure public void toArray(javafx.beans.property.IntegerProperty[] array)
Description copied from class:PathElement2ifxCopy the coords into the given array, except the source point.- Specified by:
toArrayin classPathElement2ifx- Parameters:
array- the output array.
-
toArray
@Pure public void toArray(double[] array)
Description copied from interface:PathElement2aiCopy the coords into the given array, except the source point.- Parameters:
array- the output array.
-
toArray
@Pure public javafx.beans.property.IntegerProperty[] toArray()
Description copied from class:PathElement2ifxCopy the coords into an array, except the source point.- Specified by:
toArrayin classPathElement2ifx- Returns:
- the array of the points, except the source point.
-
getFromX
@Pure public int getFromX()
Description copied from interface:PathElement2aiReplies the x coordinate of the starting point.- Returns:
- the x coordinate, or
Double.NaNif the type isPathElementType.MOVE_TO.
-
getFromY
@Pure public int getFromY()
Description copied from interface:PathElement2aiReplies the y coordinate of the starting point.- Returns:
- the y coordinate, or
Double.NaNif the type isPathElementType.MOVE_TO.
-
fromXProperty
@Pure public javafx.beans.property.IntegerProperty fromXProperty()
Description copied from class:PathElement2ifxReplies the x coordinate of the starting point property.- Specified by:
fromXPropertyin classPathElement2ifx- Returns:
- the x coordinate, or
nullif the type isPathElementType.MOVE_TO.
-
fromYProperty
@Pure public javafx.beans.property.IntegerProperty fromYProperty()
Description copied from class:PathElement2ifxReplies the y coordinate of the starting point property.- Specified by:
fromYPropertyin classPathElement2ifx- Returns:
- the y coordinate, or
nullif the type isPathElementType.MOVE_TO.
-
getRadiusX
public int getRadiusX()
Description copied from interface:PathElement2aiReplies the x radius of the arc-to ellipse.- Specified by:
getRadiusXin interfacePathElement2ai- Overrides:
getRadiusXin classPathElement2ifx- Returns:
- the x radius, or
0if the type is notPathElementType.ARC_TO.
-
getRadiusY
public int getRadiusY()
Description copied from interface:PathElement2aiReplies the y radius of the arc-to ellipse.- Specified by:
getRadiusYin interfacePathElement2ai- Overrides:
getRadiusYin classPathElement2ifx- Returns:
- the y radius, or
0if the type is notPathElementType.ARC_TO.
-
getRotationX
public double getRotationX()
Description copied from interface:PathElement2aiReplies the rotation of the x axis of the arc-to ellipse.- Specified by:
getRotationXin interfacePathElement2ai- Overrides:
getRotationXin classPathElement2ifx- Returns:
- the x axis rotation, or
0if the type is notPathElementType.ARC_TO.
-
getSweepFlag
public boolean getSweepFlag()
Description copied from interface:PathElement2aiReplies if the arc-to will sweep the long way around the ellipse.- Specified by:
getSweepFlagin interfacePathElement2ai- Overrides:
getSweepFlagin classPathElement2ifx- Returns:
trueiff the element will sweep clockwise around the ellipse, or0if the type is notPathElementType.ARC_TO.
-
getLargeArcFlag
public boolean getLargeArcFlag()
Description copied from interface:PathElement2aiReplies if the arc-to will sweep clockwise around the ellipse.- Specified by:
getLargeArcFlagin interfacePathElement2ai- Overrides:
getLargeArcFlagin classPathElement2ifx- Returns:
trueiff the element will sweep clockwise around the ellipse, or0if the type is notPathElementType.ARC_TO.
-
radiusXProperty
public javafx.beans.property.IntegerProperty radiusXProperty()
Description copied from class:PathElement2ifxReplies the property for the radius along the x axis.- Overrides:
radiusXPropertyin classPathElement2ifx- Returns:
- the x radius, or
nullif the type is notPathElementType.ARC_TO.
-
radiusYProperty
public javafx.beans.property.IntegerProperty radiusYProperty()
Description copied from class:PathElement2ifxReplies the property for the radius along the y axis.- Overrides:
radiusYPropertyin classPathElement2ifx- Returns:
- the y radius, or
nullif the type is notPathElementType.ARC_TO.
-
rotationXProperty
public javafx.beans.property.DoubleProperty rotationXProperty()
Description copied from class:PathElement2ifxReplies the property for the rotation of the x axis.- Overrides:
rotationXPropertyin classPathElement2ifx- Returns:
- the x-axis rotation, or
nullif the type is notPathElementType.ARC_TO.
-
largeArcFlagProperty
public javafx.beans.property.BooleanProperty largeArcFlagProperty()
Description copied from class:PathElement2ifxReplies the property for the large ellipse arc flag.- Overrides:
largeArcFlagPropertyin classPathElement2ifx- Returns:
- the flag, or
nullif the type is notPathElementType.ARC_TO.
-
sweepFlagProperty
public javafx.beans.property.BooleanProperty sweepFlagProperty()
Description copied from class:PathElement2ifxReplies the property for the sweep ellipse arc flag.- Overrides:
sweepFlagPropertyin classPathElement2ifx- Returns:
- the flag, or
nullif the type is notPathElementType.ARC_TO.
-
-