Uses of Interface
org.refcodes.graphical.Offset
-
-
Uses of Offset in org.refcodes.graphical
Subinterfaces of Offset in org.refcodes.graphical Modifier and Type Interface Description static interfaceOffset.OffsetPropertyThe Interface OffsetProperty.static interfaceOffset.OffsetPropertyBuilderThe Interface OffsetPropertyBuilder.Methods in org.refcodes.graphical with parameters of type Offset Modifier and Type Method Description static booleanOffset. equals(Offset aOffsetA, Offset aOffsetB)Equals.voidGridOffset.GridOffsetMutator. setGridOffset(Offset aOffset)Sets the grid offset.voidOffset.OffsetMutator. setOffset(Offset aOffset)Sets the offset.voidViewportOffset.ViewportOffsetMutator. setViewportOffset(Offset aOffset)Sets the viewport offset.voidViewportOffsetImpl.ViewportOffsetPropertyBuilderImpl. setViewportOffset(Offset aOffset)Sets the viewport offset.BGridOffset.GridOffsetBuilder. withGridOffset(Offset aOffset)With grid offset.BOffset.OffsetBuilder. withOffset(Offset aOffset)With offset.BViewportOffset.ViewportOffsetBuilder. withViewportOffset(Offset aOffset)With viewport offset.ViewportOffsetImpl.ViewportOffsetPropertyBuilderImplViewportOffsetImpl.ViewportOffsetPropertyBuilderImpl. withViewportOffset(Offset aOffset)With viewport offset.
-