|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.graphics.A_ShapeDescriptor<Box>
uavsim.graphics.BoxDescriptor
public class BoxDescriptor
Defines a basic geometric box with a body fill color and an outline with a color and thickness.
| Field Summary |
|---|
| Fields inherited from class uavsim.graphics.A_ShapeDescriptor |
|---|
_bodyColor, _outlineColor, _outlineScale |
| Constructor Summary | |
|---|---|
BoxDescriptor(Box box,
java.awt.Color bodyColor,
Scaler outlineScale,
java.awt.Color outlineColor)
Creates a box descriptor. |
|
| Method Summary |
|---|
| Methods inherited from class uavsim.graphics.A_ShapeDescriptor |
|---|
getBodyColor, getOutlineColor, getOutlineScale, getShape, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BoxDescriptor(Box box,
java.awt.Color bodyColor,
Scaler outlineScale,
java.awt.Color outlineColor)
box - - the boxbodyColor - - the body coloroutlineScale - - the outline scaleoutlineColor - - the outline color
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||