Package org.refcodes.mixin
Interface RowWidthAccessor
-
- All Known Subinterfaces:
RowWidthAccessor.RowWidthProperty
public interface RowWidthAccessorProvides an accessor for a row width property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRowWidthAccessor.RowWidthBuilder<B extends RowWidthAccessor.RowWidthBuilder<?>>Provides a mutator for an output stream property.static interfaceRowWidthAccessor.RowWidthMutatorProvides a mutator for an output stream property.static interfaceRowWidthAccessor.RowWidthPropertyProvides a row width property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRowWidth()Gets the currently set width being used.
-