Package org.refcodes.graphical
Interface Vector.VectorMutator
-
- All Superinterfaces:
VectorXAccessor.VectorXMutator,VectorYAccessor.VectorYMutator
- All Known Subinterfaces:
Vector.VectorProperty,Vector.VectorPropertyBuilder
- Enclosing interface:
- Vector
public static interface Vector.VectorMutator extends VectorXAccessor.VectorXMutator, VectorYAccessor.VectorYMutator
The Interface VectorMutator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetVector(int aVectorX, int aVectorY)Sets the vector.voidsetVector(Vector aVector)Sets the vector.-
Methods inherited from interface org.refcodes.graphical.VectorXAccessor.VectorXMutator
setVectorX
-
Methods inherited from interface org.refcodes.graphical.VectorYAccessor.VectorYMutator
setVectorY
-
-
-
-
Method Detail
-
setVector
void setVector(int aVectorX, int aVectorY)Sets the vector.- Parameters:
aVectorX- the vector XaVectorY- the vector Y
-
setVector
void setVector(Vector aVector)
Sets the vector.- Parameters:
aVector- the new vector
-
-