|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart3D.engine.Entity3D
public class Entity3D extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Entity3D.EntityStyle
|
static class |
Entity3D.PrimitiveRole
|
| Modifier and Type | Field and Description |
|---|---|
protected float |
alpha
|
protected Point3D |
chartCenter
|
protected java.util.List<Line3D> |
childLines
|
protected java.util.List<Text3D> |
childText
|
protected java.awt.Color |
color
|
protected java.awt.Font |
font
|
protected boolean |
isToFill
|
protected java.util.List<Point3D> |
pointList
|
protected Entity3D.PrimitiveRole |
role
|
protected int |
selectionId
|
protected Text3D |
textPrimitive
|
protected int[] |
vertexColors
|
| Constructor and Description |
|---|
Entity3D(java.util.Map<Entity3D.EntityStyle,java.lang.Object> attributes,
Entity3D.PrimitiveRole role,
boolean toFill)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
extractMapAttributes(java.util.Map<Entity3D.EntityStyle,java.lang.Object> attributes)
|
float |
getAlpha()
|
Point3D |
getChartCenter()
|
java.util.List<Line3D> |
getChildLines()
|
java.util.List<Text3D> |
getChildText()
|
java.awt.Color |
getColor()
|
java.awt.Font |
getFont()
|
java.util.List<Point3D> |
getPointList()
|
Entity3D.PrimitiveRole |
getRole()
|
int |
getSelectionId()
Gets selection id |
Text3D |
getText()
|
int[] |
getVertexColors()
|
boolean |
isToFill()
|
void |
setChartCenter(Point3D chartCenter)
Set chart center. |
void |
setChildLines(java.util.List<Line3D> childLines)
Set contained lines. |
void |
setChildText(java.util.List<Text3D> childText)
Set child text. |
void |
setPointList(java.util.List<Point3D> pointList)
Sets entity geometry points. |
void |
setSelectionId(int id)
Sets entity selection id |
Text3D |
setText(Text3D text)
Sets content as text |
void |
setVertexColors(int[] vertexColors)
Sets vertex colors of individual verticies |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Point3D> pointList
protected int selectionId
protected Text3D textPrimitive
protected boolean isToFill
protected java.awt.Color color
protected float alpha
protected java.awt.Font font
protected Entity3D.PrimitiveRole role
protected Point3D chartCenter
protected java.util.List<Line3D> childLines
protected java.util.List<Text3D> childText
protected int[] vertexColors
| Constructor Detail |
|---|
public Entity3D(java.util.Map<Entity3D.EntityStyle,java.lang.Object> attributes,
Entity3D.PrimitiveRole role,
boolean toFill)
| Method Detail |
|---|
protected void extractMapAttributes(java.util.Map<Entity3D.EntityStyle,java.lang.Object> attributes)
public void setChildLines(java.util.List<Line3D> childLines)
childLines - child linespublic void setChildText(java.util.List<Text3D> childText)
childText - child textpublic void setChartCenter(Point3D chartCenter)
chartCenter - chart center.public Text3D getText()
public Text3D setText(Text3D text)
text - textpublic java.util.List<Point3D> getPointList()
public void setPointList(java.util.List<Point3D> pointList)
pointList - list with pointspublic void setSelectionId(int id)
public int getSelectionId()
public boolean isToFill()
public java.awt.Color getColor()
public void setVertexColors(int[] vertexColors)
vertexColors - vertex colors.public int[] getVertexColors()
public float getAlpha()
public Point3D getChartCenter()
public Entity3D.PrimitiveRole getRole()
public java.util.List<Line3D> getChildLines()
public java.util.List<Text3D> getChildText()
public java.awt.Font getFont()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||