Class ResizableTransformableBoundsProvider

java.lang.Object
org.eclipse.gef.common.adapt.IAdaptable.Bound.Impl<IVisualPart<? extends Node>>
org.eclipse.gef.mvc.fx.providers.ResizableTransformableBoundsProvider
All Implemented Interfaces:
Provider<IGeometry>, jakarta.inject.Provider<IGeometry>, IAdaptable.Bound<IVisualPart<? extends Node>>
Direct Known Subclasses:
ResizableTransformableOutlineProvider

public class ResizableTransformableBoundsProvider extends IAdaptable.Bound.Impl<IVisualPart<? extends Node>> implements Provider<IGeometry>
The ResizableTransformableBoundsProvider returns bounds according to the size and transformation as returned by the part API, i.e. IResizableContentPart and ITransformableContentPart.
  • Constructor Details

    • ResizableTransformableBoundsProvider

      public ResizableTransformableBoundsProvider()
  • Method Details