Class Continuous2DProjectionDecorator

    • Constructor Detail

      • Continuous2DProjectionDecorator

        public Continuous2DProjectionDecorator()
    • Method Detail

      • init

        public void init​(DisplayOGL2D display,
                         saf.v3d.scene.VComposite parent)
        Description copied from interface: ProjectionDecorator2D
        Initializes the decorator. Implementors should add the decorating shapes to the parent node.
        Specified by:
        init in interface ProjectionDecorator2D<ContinuousSpace<?>>
        parent - the parent to which the decoration should be added
      • update

        public void update()
        Updates the decorator. The intention is that this would only do something if the decoration has changed from that created in init.
        Specified by:
        update in interface ProjectionDecorator2D<ContinuousSpace<?>>