|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.tudelft.goal.ut2004.visualizer.map.BlendVertex
public class BlendVertex
Structure holding info for one vertex of blended polygon. Only color and position (in worldspace) for now.
Field Summary | |
---|---|
protected GlColor |
color
Color of vertex |
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location |
location
Location of vertex in worldspace |
Constructor Summary | |
---|---|
BlendVertex(cz.cuni.amis.pogamut.base3d.worldview.object.Location location,
Color color)
|
|
BlendVertex(cz.cuni.amis.pogamut.base3d.worldview.object.Location location,
GlColor color)
|
Method Summary | |
---|---|
GlColor |
getColor()
Return color of vertex. |
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocation()
Return location of vertex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected GlColor color
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location location
Constructor Detail |
---|
public BlendVertex(cz.cuni.amis.pogamut.base3d.worldview.object.Location location, Color color)
public BlendVertex(cz.cuni.amis.pogamut.base3d.worldview.object.Location location, GlColor color)
Method Detail |
---|
public GlColor getColor()
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |