Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.ui.output.component |
Modifier and Type | Method and Description |
---|---|
abstract AbstractSeries.SymbolType |
AbstractSeries.getSymbol()
Point symbol for line chart Allowed values:
circle
square
cross
triangle
diamond
|
static AbstractSeries.SymbolType |
AbstractSeries.SymbolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSeries.SymbolType[] |
AbstractSeries.SymbolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AbstractSeries.SymbolType |
UISeries.getSymbol() |
Modifier and Type | Method and Description |
---|---|
void |
UISeries.setSymbol(AbstractSeries.SymbolType symbol) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.