|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectus.zuercher.gpx2map.gui.FontSizeComboBoxModel.FontSizeChoice
public static class FontSizeComboBoxModel.FontSizeChoice
FontChoice represents a choice in the font size selection combo box.
Field Summary | |
---|---|
private float |
fontSize
Actual font size. |
private String |
fontSizeName
Font size name. |
Constructor Summary | |
---|---|
private |
FontSizeComboBoxModel.FontSizeChoice(String name,
float size)
Constructs a new FontSizeChoice. |
Method Summary | |
---|---|
float |
getFontSize()
Returns the font size. |
String |
toString()
Returns the font size name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final String fontSizeName
private final float fontSize
Constructor Detail |
---|
private FontSizeComboBoxModel.FontSizeChoice(String name, float size)
name
- font size namesize
- font sizeMethod Detail |
---|
public float getFontSize()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |