|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfDimensionType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.chart | |
| org.odftoolkit.odfdom.dom.type.chart | |
| Uses of OdfDimensionType in org.odftoolkit.odfdom.dom.element.chart |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.chart that return OdfDimensionType | |
|---|---|
OdfDimensionType |
OdfErrorIndicatorElement.getDimension()
Get value of attribute chart:dimension. |
OdfDimensionType |
OdfAxisElement.getDimension()
Get value of attribute chart:dimension. |
| Methods in org.odftoolkit.odfdom.dom.element.chart with parameters of type OdfDimensionType | |
|---|---|
OdfAxisElement |
OdfPlotAreaElement.createAxisElement(OdfDimensionType dimension)
Create child element chart:axis. |
OdfErrorIndicatorElement |
OdfSeriesElement.createErrorIndicatorElement(OdfDimensionType dimension)
Create child element chart:error-indicator. |
void |
OdfErrorIndicatorElement.init(OdfDimensionType dimension)
Initialization of the mandatory attributes of OdfErrorIndicatorElement |
void |
OdfAxisElement.init(OdfDimensionType dimension)
Initialization of the mandatory attributes of OdfAxisElement |
void |
OdfErrorIndicatorElement.setDimension(OdfDimensionType dimension)
Set value of attribute chart:dimension. |
void |
OdfAxisElement.setDimension(OdfDimensionType dimension)
Set value of attribute chart:dimension. |
| Uses of OdfDimensionType in org.odftoolkit.odfdom.dom.type.chart |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.chart that return OdfDimensionType | |
|---|---|
static OdfDimensionType |
OdfDimensionType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfDimensionType |
OdfDimensionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfDimensionType[] |
OdfDimensionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.chart with parameters of type OdfDimensionType | |
|---|---|
static String |
OdfDimensionType.toString(OdfDimensionType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||