public class CTScaling extends Object
Java class for CT_Scaling complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Scaling"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="logBase" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LogBase" minOccurs="0"/> <element name="orientation" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Orientation" minOccurs="0"/> <element name="max" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/> <element name="min" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/> <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTExtensionList |
extLst |
protected CTLogBase |
logBase |
protected CTDouble |
max |
protected CTDouble |
min |
protected CTOrientation |
orientation |
Constructor and Description |
---|
CTScaling() |
Modifier and Type | Method and Description |
---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTLogBase |
getLogBase()
Gets the value of the logBase property.
|
CTDouble |
getMax()
Gets the value of the max property.
|
CTDouble |
getMin()
Gets the value of the min property.
|
CTOrientation |
getOrientation()
Gets the value of the orientation property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setLogBase(CTLogBase value)
Sets the value of the logBase property.
|
void |
setMax(CTDouble value)
Sets the value of the max property.
|
void |
setMin(CTDouble value)
Sets the value of the min property.
|
void |
setOrientation(CTOrientation value)
Sets the value of the orientation property.
|
protected CTLogBase logBase
protected CTOrientation orientation
protected CTDouble max
protected CTDouble min
protected CTExtensionList extLst
public CTLogBase getLogBase()
CTLogBase
public void setLogBase(CTLogBase value)
value
- allowed object is
CTLogBase
public CTOrientation getOrientation()
CTOrientation
public void setOrientation(CTOrientation value)
value
- allowed object is
CTOrientation
public CTDouble getMax()
CTDouble
public void setMax(CTDouble value)
value
- allowed object is
CTDouble
public CTDouble getMin()
CTDouble
public void setMin(CTDouble value)
value
- allowed object is
CTDouble
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2019. All Rights Reserved.