|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.graph.TickCurveRenderer.TickStyle
public static class TickCurveRenderer.TickStyle
Field Summary | |
---|---|
static TickCurveRenderer.TickStyle |
both
|
static TickCurveRenderer.TickStyle |
outer
|
Method Summary | |
---|---|
javax.swing.Icon |
getListIcon()
An icon can be provided that will be shown in a list along with the textual description of the element. |
java.lang.String |
toString()
Type-safe Enumerations implementing this interface should override the toString() method to return a String that will be helpful to the user
when choosing this as an option from a list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static TickCurveRenderer.TickStyle outer
public static TickCurveRenderer.TickStyle both
Method Detail |
---|
public java.lang.String toString()
Enumeration
String
that will be helpful to the user
when choosing this as an option from a list.
toString
in interface Enumeration
toString
in class java.lang.Object
public javax.swing.Icon getListIcon()
Enumeration
null
if there
is no icon available.
getListIcon
in interface Enumeration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |