Package org.refcodes.graphical
Interface ViewportWidthAccessor
-
- All Known Subinterfaces:
ViewportDimension
,ViewportDimension.ViewportDimensionProperty
,ViewportDimension.ViewportDimensionPropertyBuilderBuilder
,ViewportPane<B>
,ViewportWidthAccessor.ViewportWidthProperty
- All Known Implementing Classes:
ViewportDimensionImpl
,ViewportDimensionImpl.ViewportDimensionPropertyBuilderImpl
public interface ViewportWidthAccessor
Provides an accessor for a viewport width property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ViewportWidthAccessor.ViewportWidthBuilder<B extends ViewportWidthAccessor.ViewportWidthBuilder<B>>
Provides a builder method for a viewport width property returning the builder for applying multiple build operations.static interface
ViewportWidthAccessor.ViewportWidthMutator
Provides a mutator for a viewport width property.static interface
ViewportWidthAccessor.ViewportWidthProperty
Provides a viewport width property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getViewportWidth()
Retrieves the viewport width from the viewport width property.
-