Uses of Interface
org.refcodes.graphical.Vector
-
-
Uses of Vector in org.refcodes.graphical
Subinterfaces of Vector in org.refcodes.graphical Modifier and Type Interface Description static interfaceVector.VectorPropertyThe Interface VectorProperty.static interfaceVector.VectorPropertyBuilderThe Interface VectorPropertyBuilder.Methods in org.refcodes.graphical with parameters of type Vector Modifier and Type Method Description static booleanVector. equals(Vector aVectorA, Vector aVectorB)Equals.voidVector.VectorMutator. setVector(Vector aVector)Sets the vector.BVector.VectorBuilder. withVector(Vector aVector)With vector.
-