|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.rico.engine.effect.ortho.AbstractOrthoOverlay
public abstract class AbstractOrthoOverlay
This is the abstract base class for any class that is used for orthographic overlay.
Constructor Summary | |
---|---|
AbstractOrthoOverlay()
Creates a new overlay object with white as the default color. |
|
AbstractOrthoOverlay(Color4f color)
Creates a new overlay object with the specified default color. |
Method Summary | |
---|---|
Color4f |
getColor()
Returns the current default color. |
void |
setColor(Color4f color)
Sets the default color. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractOrthoOverlay()
public AbstractOrthoOverlay(Color4f color)
color
- default color for the overlay objectMethod Detail |
---|
public void setColor(Color4f color)
color
- new default colorpublic Color4f getColor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |