public class Aircraft extends AbstractMovableRotatableView
| Constructor and Description |
|---|
Aircraft(GroupView parent,
double centerX,
double centerY,
double angle)
Vytvorenie lietadla
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRotation(double angle)
Deprecated.
|
void |
colorToneFilter(float hue,
float saturation)
Deprecated.
|
void |
grayscaleFilter()
Deprecated.
|
void |
move(double length)
Deprecated.
|
void |
setColorToneFilter(float hue,
float saturation) |
void |
setGrayscaleFilter() |
getRotation, moveForwards, rotate, setRotationgetPosition, getPositionX, getPositionY, move, moveInDirection, moveTowards, setPosition, setPosition, setPositionX, setPositionYadd, addDrawableChangeListener, addMouseChangedListener, containsInternal, draw, getBaseGroup, remove, removeDrawableChangeListener, removeMouseChangedListener, setMouseManager, toStringexternalToInternalCoordinates, fireChanged, getParent, globalToInternalCoordinates, internalToExternalCoordinates, internalToGlobalCoordinates, setParent, throwIfNegativepublic Aircraft(GroupView parent, double centerX, double centerY, double angle)
centerX - x-ova suradnica polohy (stredu) lietadlacenterY - y-ova suradnica polohy (stredu) lietadlaangle - natocenie lietadla v radianoch@Deprecated public void grayscaleFilter()
public void setGrayscaleFilter()
@Deprecated
public void colorToneFilter(float hue,
float saturation)
public void setColorToneFilter(float hue,
float saturation)
@Deprecated public void move(double length)
@Deprecated public void addRotation(double angle)