Class RangedGroup

    • Constructor Detail

      • RangedGroup

        public RangedGroup​(int renderModes,
                           Group content,
                           com.jogamp.math.Vec2f contentSize,
                           RangedGroup.SliderParam horizSliderParam,
                           RangedGroup.SliderParam vertSliderParam)
        Construct a RangedGroup
        Parameters:
        renderModes - Graph's Region render modes, see create(..).
        content - the Group with content to view
        contentSize - the fixed spatial size of the clipped content to view, i.e. page-size
        horizSliderParam - optional initial horizontal slider parameters, null for none
        vertSliderParam - optional initial vertical slider parameters, null for none
    • Method Detail

      • getContent

        public Group getContent()
      • getContentSize

        public com.jogamp.math.Vec2f getContentSize​(com.jogamp.math.Vec2f out)
      • getClippedContent

        public Group getClippedContent()