Class PathElement3ifx.QuadPathElement3ifx

    • Constructor Summary

      Constructors 
      Constructor Description
      QuadPathElement3ifx​(javafx.beans.property.IntegerProperty fromx, javafx.beans.property.IntegerProperty fromy, javafx.beans.property.IntegerProperty fromz, javafx.beans.property.IntegerProperty ctrlx, javafx.beans.property.IntegerProperty ctrly, javafx.beans.property.IntegerProperty ctrlz, javafx.beans.property.IntegerProperty tox, javafx.beans.property.IntegerProperty toy, javafx.beans.property.IntegerProperty toz)
      Constructor.
      QuadPathElement3ifx​(Point3ifx fromPoint, Point3ifx ctrlPoint, Point3ifx toPoint)
      Constructor by setting.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.beans.property.IntegerProperty ctrlX1Property()
      Replies the x coordinate of the first control point property.
      javafx.beans.property.IntegerProperty ctrlX2Property()
      Replies the x coordinate of the second control point property.
      javafx.beans.property.IntegerProperty ctrlY1Property()
      Replies the y coordinate of the first control point property.
      javafx.beans.property.IntegerProperty ctrlY2Property()
      Replies the y coordinate of the second control point property.
      javafx.beans.property.IntegerProperty ctrlZ1Property()
      Replies the z coordinate of the first control point property.
      javafx.beans.property.IntegerProperty ctrlZ2Property()
      Replies the z coordinate of the second control point property.
      boolean equals​(Object obj)  
      javafx.beans.property.IntegerProperty fromXProperty()
      Replies the x coordinate of the starting point property.
      javafx.beans.property.IntegerProperty fromYProperty()
      Replies the y coordinate of the starting point property.
      javafx.beans.property.IntegerProperty fromZProperty()
      Replies the z coordinate of the starting point property.
      int getCtrlX1()
      Replies the x coordinate of the first control point.
      int getCtrlX2()
      Replies the x coordinate of the second control point.
      int getCtrlY1()
      Replies the y coordinate of the first control point.
      int getCtrlY2()
      Replies the y coordinate of the second control point.
      int getCtrlZ1()
      Replies the z coordinate of the first control point.
      int getCtrlZ2()
      Replies the z coordinate of the second control point.
      int getFromX()
      Replies the x coordinate of the starting point.
      int getFromY()
      Replies the y coordinate of the starting point.
      int getFromZ()
      Replies the z coordinate of the starting point.
      int hashCode()  
      boolean isDrawable()
      Replies if the element is not empty and is drawable.
      javafx.beans.property.BooleanProperty isEmptyProperty()
      Replies the property that indicates if this patth element is empty.
      javafx.beans.property.IntegerProperty[] toArray()
      Copy the coords into an array, except the source point.
      void toArray​(double[] array)
      Copy the coords into the given array, except the source point.
      void toArray​(int[] array)
      Copy the coords into the given array, except the source point.
      void toArray​(javafx.beans.property.IntegerProperty[] array)
      Copy the coords into the given array, except the source point.