Class HyperbolicShapeTransformer

    • Constructor Detail

      • HyperbolicShapeTransformer

        protected HyperbolicShapeTransformer​(Lens lens,
                                             MutableTransformer delegate)
        Create an instance, setting values from the passed component and registering to listen for layoutSize changes on the component.
        Parameters:
        lens - the Lens to consider for transform
        delegate - transformer to use
      • HyperbolicShapeTransformer

        protected HyperbolicShapeTransformer​(Dimension d,
                                             MutableTransformer delegate)
        Create an instance, setting values from the passed component and registering to listen for layoutSize changes on the component, with a possibly shared transform delegate.
        Parameters:
        d - the size for the lens
        delegate - the viewTransformer to use