Class Text3DRenderEvent

    • Constructor Detail

      • Text3DRenderEvent

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

      • setLocation3D

        public void setLocation3D​(Location3D loc)
        Sets the 3D location of the text.
      • getLocation3D

        public Location3D getLocation3D()
        Returns:
        Returns the 3D location of the text.
      • setBlockBounds3D

        public void setBlockBounds3D​(Location3D[] loa)
        Sets the 3D block bounds of the text.
      • getBlockBounds3D

        public Location3D[] getBlockBounds3D()
        Returns:
        Returns the 3D block bounds of the text.
      • 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 TextRenderEvent