Class PathElement3dfx.CurvePathElement3dfx

    • Constructor Summary

      Constructors 
      Constructor Description
      CurvePathElement3dfx​(javafx.beans.property.DoubleProperty fromx, javafx.beans.property.DoubleProperty fromy, javafx.beans.property.DoubleProperty fromz, javafx.beans.property.DoubleProperty ctrlx1, javafx.beans.property.DoubleProperty ctrly1, javafx.beans.property.DoubleProperty ctrlz1, javafx.beans.property.DoubleProperty ctrlx2, javafx.beans.property.DoubleProperty ctrly2, javafx.beans.property.DoubleProperty ctrlz2, javafx.beans.property.DoubleProperty tox, javafx.beans.property.DoubleProperty toy, javafx.beans.property.DoubleProperty toz)
      Constructor.
      CurvePathElement3dfx​(Point3dfx fromPoint, Point3dfx ctrl1Point, Point3dfx ctrl2Point, Point3dfx toPoint)
      Constructor by setting.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.beans.property.DoubleProperty ctrlX1Property()
      Replies the x coordinate of the first control point property.
      javafx.beans.property.DoubleProperty ctrlX2Property()
      Replies the x coordinate of the second control point property.
      javafx.beans.property.DoubleProperty ctrlY1Property()
      Replies the y coordinate of the first control point property.
      javafx.beans.property.DoubleProperty ctrlY2Property()
      Replies the y coordinate of the second control point property.
      javafx.beans.property.DoubleProperty ctrlZ1Property()
      Replies the z coordinate of the first control point property.
      javafx.beans.property.DoubleProperty ctrlZ2Property()
      Replies the z coordinate of the second control point property.
      boolean equals​(Object obj)  
      javafx.beans.property.DoubleProperty fromXProperty()
      Replies the x coordinate of the starting point property.
      javafx.beans.property.DoubleProperty fromYProperty()
      Replies the y coordinate of the starting point property.
      javafx.beans.property.DoubleProperty fromZProperty()
      Replies the z coordinate of the starting point property.
      double getCtrlX1()
      Replies the x coordinate of the first control point.
      double getCtrlX2()
      Replies the x coordinate of the second control point.
      double getCtrlY1()
      Replies the y coordinate of the first control point.
      double getCtrlY2()
      Replies the y coordinate of the second control point.
      double getCtrlZ1()
      Replies the z coordinate of the first control point.
      double getCtrlZ2()
      Replies the z coordinate of the second control point.
      double getFromX()
      Replies the x coordinate of the starting point.
      double getFromY()
      Replies the y coordinate of the starting point.
      double 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.DoubleProperty[] 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.DoubleProperty[] array)
      Copy the coords into the given array, except the source point.