|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.neu.ccs.gui.Display.Settings
Data structure encapsulating
the content and layout properties
for a >Display>.
| Field Summary | |
int |
annotationAlign
Alignment of annotation relative to displayed object. |
String |
annotationText
Annotation text. |
int |
titleAlign
Alignment of title relative to displayed object. |
String |
titleText
Title text. |
| Constructor Summary | |
Display.Settings(String aText,
String tText,
int aAlign,
int tAlign)
Constructs for a settings object with the given values. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public String annotationText
public String titleText
public int annotationAlign
public int titleAlign
| Constructor Detail |
public Display.Settings(String aText,
String tText,
int aAlign,
int tAlign)
aText - the annotation texttText - the title textaAlign - the alignment of the annotation
relative to the object on displaytAlign - the alignment of the title
relative to the object on display
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||