|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.media.j3d.SceneGraphObject | +--javax.media.j3d.Node | +--javax.media.j3d.Leaf | +--javax.media.j3d.Behavior | +--de.fhge.informatik.digitaleMedien.j3d.core.DrawableCanvas.AbstractDrawable | +--org.dyndns.hentschel.openArena.views.view3D.ViewFeld.DrawRasse
Field Summary | |
private openArena.AbstractArena |
arena
|
private java.awt.Color |
color
|
private java.text.NumberFormat |
format
|
private java.lang.String |
rasse
|
Fields inherited from class de.fhge.informatik.digitaleMedien.j3d.core.DrawableCanvas.AbstractDrawable |
|
Fields inherited from class javax.media.j3d.Node |
ALLOW_AUTO_COMPUTE_BOUNDS_READ, ALLOW_AUTO_COMPUTE_BOUNDS_WRITE, ALLOW_BOUNDS_READ, ALLOW_BOUNDS_WRITE, ALLOW_COLLIDABLE_READ, ALLOW_COLLIDABLE_WRITE, ALLOW_LOCAL_TO_VWORLD_READ, ALLOW_PICKABLE_READ, ALLOW_PICKABLE_WRITE, ENABLE_COLLISION_REPORTING, ENABLE_PICK_REPORTING |
Fields inherited from class javax.media.j3d.SceneGraphObject |
|
Constructor Summary | |
ViewFeld.DrawRasse(java.lang.String rasse,
javax.vecmath.Color3f farbe,
int duration,
int priority,
openArena.AbstractArena arena)
|
Method Summary | |
void |
draw(java.awt.Graphics2D g2d,
float x,
float y)
|
float |
getHeight()
|
float |
getWidth()
|
Methods inherited from class de.fhge.informatik.digitaleMedien.j3d.core.DrawableCanvas.AbstractDrawable |
compareTo, getPriority, initialize, isDrawEnabled, isPost, isPre, processStimulus, setDrawEnabled |
Methods inherited from class javax.media.j3d.Behavior |
getEnable, getNumSchedulingIntervals, getSchedulingBoundingLeaf, getSchedulingBounds, getSchedulingInterval, getView, getWakeupCondition, postId, setEnable, setSchedulingBoundingLeaf, setSchedulingBounds, setSchedulingInterval, updateNodeReferences, wakeupOn |
Methods inherited from class javax.media.j3d.Node |
cloneNode, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable |
Methods inherited from class javax.media.j3d.SceneGraphObject |
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setUserData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.awt.Color color
private java.lang.String rasse
private openArena.AbstractArena arena
private java.text.NumberFormat format
Constructor Detail |
public ViewFeld.DrawRasse(java.lang.String rasse, javax.vecmath.Color3f farbe, int duration, int priority, openArena.AbstractArena arena)
Method Detail |
public void draw(java.awt.Graphics2D g2d, float x, float y)
draw
in interface DrawableCanvas.Drawable
draw
in class AbstractDrawable
public float getHeight()
getHeight
in interface DrawableCanvas.Drawable
getHeight
in class AbstractDrawable
public float getWidth()
getWidth
in interface DrawableCanvas.Drawable
getWidth
in class AbstractDrawable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |