Class Oval3DRenderEvent

    • Constructor Detail

      • Oval3DRenderEvent

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

      • setLocation3D

        public void setLocation3D​(Location3D[] loa)
        Set 3D location of the event.
      • getLocation3D

        public Location3D[] getLocation3D()
        Returns:
        Returns the 3D location of the event.
      • 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