Class CollectionPoint

All Implemented Interfaces:
ResolutionSensitive, Transformation, Pickable, Renderable, Manageable, PersistenceCapable, Shareable, UserFields, XObject, Map, Serializable

public class CollectionPoint extends CollectionDisplay
A collection that store information for displaying a graph of points.
See Also:
  • Field Details

  • Constructor Details

    • CollectionPoint

      public CollectionPoint()
  • Method Details

    • drawImpl

      protected void drawImpl(Object object, boolean asNode, RenderState rs)
      Specified by:
      drawImpl in class CollectionDisplay
    • pickImpl

      protected void pickImpl(Object object, boolean asNode, Point3d origin, Vector3d direction, Matrix4d transformation, PickList list)
      Specified by:
      pickImpl in class CollectionDisplay
    • getVertices

      public FloatListArray getVertices(RenderState rs, View v)
    • getNTypeImpl

      protected Node.NType getNTypeImpl()
      Description copied from class: Node
      This method returns the Node.NType which describes the managed fields of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      getNTypeImpl in class Null
      Returns:
      type describing the managed fields of the class of this node
    • newInstance

      protected Node newInstance()
      Description copied from class: Node
      This method returns a new instance of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      newInstance in class Null
      Returns:
      new instance of class of this node
    • getPointSize

      public float getPointSize()
    • setPointSize

      public void setPointSize(float value)
    • getPoints

      public float[] getPoints()
    • setPoints

      public void setPoints(float[] value)