|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objex.panywhere.Subtext.SubtextItem
public static class Subtext.SubtextItem
Represents a Subtext line or item. A Subtext object can have one or more SubtextItem's. The number and order of rendering of the subtext items within a Subtext object are determined by the number and order of related SubtextLegendItems contained in the SubtextLegend for the control.
| Constructor Summary | |
|---|---|
Subtext.SubtextItem()
Creates a new Instance of SubtextItem |
|
| Method Summary | |
|---|---|
int |
getFieldid()
|
java.lang.String |
getText()
|
double |
getX()
|
double |
getY()
|
boolean |
isComputed()
Is a result of a computation from the Individual's data. |
void |
setComputed(boolean computed)
Sets the new value for computed property. |
void |
setFieldid(int fieldid)
Sets the fieldid linking this SubtextItem to the Data object within the Individual |
void |
setText(java.lang.String text)
Sets the new display text for this SubtextItem. |
void |
setX(double x)
Sets X-Coordinate on pedigree space on which this subtext item's text layout object is rendered. |
void |
setY(double y)
Sets Y-Coordinate on pedigree space on which this subtext item's text layout object is rendered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Subtext.SubtextItem()
| Method Detail |
|---|
public boolean isComputed()
public void setComputed(boolean computed)
public java.lang.String getText()
public void setText(java.lang.String text)
text - The new display textpublic double getX()
public void setX(double x)
x - The new X-coordinatepublic double getY()
public void setY(double y)
y - The new Y-coordinatepublic int getFieldid()
public void setFieldid(int fieldid)
fieldid - The new fieldid
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||