Class Line3DRenderEvent

    • Constructor Detail

      • Line3DRenderEvent

        public Line3DRenderEvent​(java.lang.Object oSource)
        The constructor.
    • Method Detail

      • setStart3D

        public void setStart3D​(Location3D start)
        Sets the 3D start location of the line.
      • setStart3D

        public void setStart3D​(double x,
                               double y,
                               double z)
        Sets the 3D start location of the line.
      • getStart3D

        public Location3D getStart3D()
        Returns the 3D start location of this line. Not a live object
        Returns:
      • setEnd3D

        public void setEnd3D​(Location3D end)
        Sets the 3D end location of the line.
      • setEnd3D

        public void setEnd3D​(double x,
                             double y,
                             double z)
        Sets the 3D end location of the line.
      • getEnd3D

        public Location3D getEnd3D()
        Returns the 3D end location of this line. Not a live object
        Returns:
      • prepare2D

        public void prepare2D​(double xOffset,
                              double yOffset)
        Description copied from interface: I3DRenderEvent
        Prepares the coordinates to render on 2D plane.
        Specified by:
        prepare2D in interface I3DRenderEvent
      • reset

        public void reset()
        Description copied from class: ChartEvent
        Resets the inner state of current event. This must be implemented if the object is cached and reused.
        Overrides:
        reset in class LineRenderEvent
      • getObject3DParent

        public Object3D getObject3DParent()
      • setObject3DParent

        public void setObject3DParent​(Object3D object3DParent)