|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector | |
---|---|
graphics | The Graphics Package. |
graphics.movement |
Uses of Vector in graphics |
---|
Methods in graphics that return Vector | |
---|---|
Vector |
ILocatable.move(Vector v)
Moves the Object from one location to another by a specific vector |
Vector |
AbstractGraphic.move(Vector v)
Moves the Graphic by a certain vector, according to it's current MovementBehavior |
Methods in graphics with parameters of type Vector | |
---|---|
Vector |
ILocatable.move(Vector v)
Moves the Object from one location to another by a specific vector |
Vector |
AbstractGraphic.move(Vector v)
Moves the Graphic by a certain vector, according to it's current MovementBehavior |
Uses of Vector in graphics.movement |
---|
Methods in graphics.movement that return Vector | |
---|---|
Vector |
WrappingMovement.move(IGraphic graphic,
Vector v)
|
Vector |
RegularMovement.move(IGraphic graphic,
Vector v)
Adds the values in the vector onto the graphic's location |
Vector |
IGraphicMovement.move(IGraphic graphic,
Vector v)
|
Vector |
BouncingMovement.move(IGraphic graphic,
Vector vector)
|
Methods in graphics.movement with parameters of type Vector | |
---|---|
Vector |
WrappingMovement.move(IGraphic graphic,
Vector v)
|
Vector |
RegularMovement.move(IGraphic graphic,
Vector v)
Adds the values in the vector onto the graphic's location |
Vector |
IGraphicMovement.move(IGraphic graphic,
Vector v)
|
Vector |
BouncingMovement.move(IGraphic graphic,
Vector vector)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |