Class Arc3DRenderEvent

    • Constructor Detail

      • Arc3DRenderEvent

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

      • setTopLeft3D

        public void setTopLeft3D​(Location3D loc)
        Sets the 3D top-left location of the arc bounds.
        Parameters:
        loc -
      • getTopLeft3D

        public Location3D getTopLeft3D()
        Returns:
        Returns the 3D top-left location of the arc bounds.
      • 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