|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rioproject.watch.FontDescriptor
public class FontDescriptor
Contains information about a Font used by the AccumulatorViewer
| Constructor Summary | |
|---|---|
FontDescriptor(String name,
int style,
int size)
Creates new FontDescriptor |
|
| Method Summary | |
|---|---|
String |
getName()
Getter for property name. |
int |
getSize()
Getter for property size. |
int |
getStyle()
Getter for property style. |
void |
setName(String name)
Setter for property name. |
void |
setSize(int size)
Setter for property size. |
void |
setStyle(int style)
Setter for property style. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FontDescriptor(String name,
int style,
int size)
name - The font namestyle - The font stylesize - The font size| Method Detail |
|---|
public int getStyle()
public void setStyle(int style)
style - New value of property style.public int getSize()
public void setSize(int size)
size - New value of property size.public String getName()
public void setName(String name)
name - New value of property name.public String toString()
toString in class Object
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||