public interface CTSurface3DChart extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTSurface3DChart.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTUnsignedInt |
addNewAxId()
Appends and returns a new empty value (as xml) as the last "axId" element
|
CTBandFmts |
addNewBandFmts()
Appends and returns a new empty "bandFmts" element
|
CTExtensionList |
addNewExtLst()
Appends and returns a new empty "extLst" element
|
CTSurfaceSer |
addNewSer()
Appends and returns a new empty value (as xml) as the last "ser" element
|
CTBoolean |
addNewWireframe()
Appends and returns a new empty "wireframe" element
|
CTUnsignedInt[] |
getAxIdArray()
Deprecated.
|
CTUnsignedInt |
getAxIdArray(int i)
Gets ith "axId" element
|
List<CTUnsignedInt> |
getAxIdList()
Gets a List of "axId" elements
|
CTBandFmts |
getBandFmts()
Gets the "bandFmts" element
|
CTExtensionList |
getExtLst()
Gets the "extLst" element
|
CTSurfaceSer[] |
getSerArray()
Deprecated.
|
CTSurfaceSer |
getSerArray(int i)
Gets ith "ser" element
|
List<CTSurfaceSer> |
getSerList()
Gets a List of "ser" elements
|
CTBoolean |
getWireframe()
Gets the "wireframe" element
|
CTUnsignedInt |
insertNewAxId(int i)
Inserts and returns a new empty value (as xml) as the ith "axId" element
|
CTSurfaceSer |
insertNewSer(int i)
Inserts and returns a new empty value (as xml) as the ith "ser" element
|
boolean |
isSetBandFmts()
True if has "bandFmts" element
|
boolean |
isSetExtLst()
True if has "extLst" element
|
boolean |
isSetWireframe()
True if has "wireframe" element
|
void |
removeAxId(int i)
Removes the ith "axId" element
|
void |
removeSer(int i)
Removes the ith "ser" element
|
void |
setAxIdArray(CTUnsignedInt[] axIdArray)
Sets array of all "axId" element
|
void |
setAxIdArray(int i,
CTUnsignedInt axId)
Sets ith "axId" element
|
void |
setBandFmts(CTBandFmts bandFmts)
Sets the "bandFmts" element
|
void |
setExtLst(CTExtensionList extLst)
Sets the "extLst" element
|
void |
setSerArray(CTSurfaceSer[] serArray)
Sets array of all "ser" element
|
void |
setSerArray(int i,
CTSurfaceSer ser)
Sets ith "ser" element
|
void |
setWireframe(CTBoolean wireframe)
Sets the "wireframe" element
|
int |
sizeOfAxIdArray()
Returns number of "axId" element
|
int |
sizeOfSerArray()
Returns number of "ser" element
|
void |
unsetBandFmts()
Unsets the "bandFmts" element
|
void |
unsetExtLst()
Unsets the "extLst" element
|
void |
unsetWireframe()
Unsets the "wireframe" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
CTBoolean getWireframe()
boolean isSetWireframe()
void setWireframe(CTBoolean wireframe)
CTBoolean addNewWireframe()
void unsetWireframe()
List<CTSurfaceSer> getSerList()
@Deprecated CTSurfaceSer[] getSerArray()
CTSurfaceSer getSerArray(int i)
int sizeOfSerArray()
void setSerArray(CTSurfaceSer[] serArray)
void setSerArray(int i,
CTSurfaceSer ser)
CTSurfaceSer insertNewSer(int i)
CTSurfaceSer addNewSer()
void removeSer(int i)
CTBandFmts getBandFmts()
boolean isSetBandFmts()
void setBandFmts(CTBandFmts bandFmts)
CTBandFmts addNewBandFmts()
void unsetBandFmts()
List<CTUnsignedInt> getAxIdList()
@Deprecated CTUnsignedInt[] getAxIdArray()
CTUnsignedInt getAxIdArray(int i)
int sizeOfAxIdArray()
void setAxIdArray(CTUnsignedInt[] axIdArray)
void setAxIdArray(int i,
CTUnsignedInt axId)
CTUnsignedInt insertNewAxId(int i)
CTUnsignedInt addNewAxId()
void removeAxId(int i)
CTExtensionList getExtLst()
boolean isSetExtLst()
void setExtLst(CTExtensionList extLst)
CTExtensionList addNewExtLst()
void unsetExtLst()
Copyright © 2010 - 2020 Adobe. All Rights Reserved