Uses of Interface
org.web3d.x3d.sai.Geometry2D.ArcClose2D

Packages that use ArcClose2D 
Package Description
org.web3d.x3d.jsail.Geometry2D  
org.web3d.x3d.sai.Geometry2D  
  • Uses of ArcClose2D in org.web3d.x3d.jsail.Geometry2D

    Classes in org.web3d.x3d.jsail.Geometry2D that implement ArcClose2D 
    Modifier and Type Class Description
    class  ArcClose2D
    ArcClose2D is a polygonal geometry node that defines a linear circular arc, closed by PIE or CHORD line segments, with center (0,0) in X-Y plane, with angles measured starting at positive x-axis and sweeping towards positive y-axis.
  • Uses of ArcClose2D in org.web3d.x3d.sai.Geometry2D

    Methods in org.web3d.x3d.sai.Geometry2D that return ArcClose2D 
    Modifier and Type Method Description
    ArcClose2D ArcClose2D.setClosureType​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("PIE" | "CHORD") to initializeOnly SFString field named closureType.
    ArcClose2D ArcClose2D.setEndAngle​(float newValue)
    Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named endAngle.
    ArcClose2D ArcClose2D.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    ArcClose2D ArcClose2D.setRadius​(float newValue)
    Accessor method to assign float value to initializeOnly SFFloat field named radius.
    ArcClose2D ArcClose2D.setSolid​(boolean newValue)
    Accessor method to assign boolean value to initializeOnly SFBool field named solid.
    ArcClose2D ArcClose2D.setStartAngle​(float newValue)
    Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named startAngle.