Package org.pptx4j.pml
Enum STTLDiagramBuildType
- All Implemented Interfaces:
Serializable,Comparable<STTLDiagramBuildType>,java.lang.constant.Constable
Java class for ST_TLDiagramBuildType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TLDiagramBuildType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="whole"/>
<enumeration value="depthByNode"/>
<enumeration value="depthByBranch"/>
<enumeration value="breadthByNode"/>
<enumeration value="breadthByLvl"/>
<enumeration value="cw"/>
<enumeration value="cwIn"/>
<enumeration value="cwOut"/>
<enumeration value="ccw"/>
<enumeration value="ccwIn"/>
<enumeration value="ccwOut"/>
<enumeration value="inByRing"/>
<enumeration value="outByRing"/>
<enumeration value="up"/>
<enumeration value="down"/>
<enumeration value="allAtOnce"/>
<enumeration value="cust"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDiagram Build Type Enum ( All At Once )Diagram Build Type Enum ( Breadth By Level )Diagram Build Type Enum ( Breadth By Node )Diagram Build Type Enum ( Counter-Clockwise )Diagram Build Type Enum ( Counter-Clockwise-In )Diagram Build Type Enum ( Counter-Clockwise-Out )Diagram Build Type Enum ( Custom )Diagram Build Type Enum ( Clockwise )Diagram Build Type Enum ( Clockwise-In )Diagram Build Type Enum ( Clockwise-Out )Diagram Build Type Enum ( Depth By Branch )Diagram Build Type Enum ( Depth By Node )Diagram Build Type Enum ( Down )Diagram Build Type Enum ( In-By-Ring )Diagram Build Type Enum ( Out-By-Ring )Diagram Build Type Enum ( Up )Diagram Build Type Enum ( Whole ) -
Method Summary
Modifier and TypeMethodDescriptionstatic STTLDiagramBuildTypevalue()static STTLDiagramBuildTypeReturns the enum constant of this type with the specified name.static STTLDiagramBuildType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
WHOLE
Diagram Build Type Enum ( Whole ) -
DEPTH_BY_NODE
Diagram Build Type Enum ( Depth By Node ) -
DEPTH_BY_BRANCH
Diagram Build Type Enum ( Depth By Branch ) -
BREADTH_BY_NODE
Diagram Build Type Enum ( Breadth By Node ) -
BREADTH_BY_LVL
Diagram Build Type Enum ( Breadth By Level ) -
CW
Diagram Build Type Enum ( Clockwise ) -
CW_IN
Diagram Build Type Enum ( Clockwise-In ) -
CW_OUT
Diagram Build Type Enum ( Clockwise-Out ) -
CCW
Diagram Build Type Enum ( Counter-Clockwise ) -
CCW_IN
Diagram Build Type Enum ( Counter-Clockwise-In ) -
CCW_OUT
Diagram Build Type Enum ( Counter-Clockwise-Out ) -
IN_BY_RING
Diagram Build Type Enum ( In-By-Ring ) -
OUT_BY_RING
Diagram Build Type Enum ( Out-By-Ring ) -
UP
Diagram Build Type Enum ( Up ) -
DOWN
Diagram Build Type Enum ( Down ) -
ALL_AT_ONCE
Diagram Build Type Enum ( All At Once ) -
CUST
Diagram Build Type Enum ( Custom )
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-