|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AcopGraphStyleEnum | |
---|---|
de.desy.acop.chart | |
de.desy.acop.displayers.chart |
Uses of AcopGraphStyleEnum in de.desy.acop.chart |
---|
Methods in de.desy.acop.chart that return AcopGraphStyleEnum | |
---|---|
static AcopGraphStyleEnum |
AcopGraphStyleEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AcopGraphStyleEnum[] |
AcopGraphStyleEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of AcopGraphStyleEnum in de.desy.acop.displayers.chart |
---|
Methods in de.desy.acop.displayers.chart that return AcopGraphStyleEnum | |
---|---|
AcopGraphStyleEnum[] |
ScalePanel.getAvailableStyles()
Returns the styles which are available for selection. |
AcopGraphStyleEnum |
ScalePanel.getStyle()
Return the style selected in the combo. |
Methods in de.desy.acop.displayers.chart with parameters of type AcopGraphStyleEnum | |
---|---|
void |
ScalePanel.setAvailableStyles(AcopGraphStyleEnum[] styles)
Sets the styles which are available for selection. |
void |
ScalePanel.setStyle(AcopGraphStyleEnum style)
Sets selected style. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |