public class CTValueColorPositions
extends java.lang.Object
Java class for CT_ValueColorPositions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ValueColorPositions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="min" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueColorEndPosition" minOccurs="0"/>
<element name="mid" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueColorMiddlePosition" minOccurs="0"/>
<element name="max" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueColorEndPosition" minOccurs="0"/>
</sequence>
<attribute name="count" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_ValueColorPositionCount" default="2" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
count |
protected CTValueColorEndPosition |
max |
protected CTValueColorMiddlePosition |
mid |
protected CTValueColorEndPosition |
min |
| Constructor and Description |
|---|
CTValueColorPositions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the value of the count property.
|
CTValueColorEndPosition |
getMax()
Gets the value of the max property.
|
CTValueColorMiddlePosition |
getMid()
Gets the value of the mid property.
|
CTValueColorEndPosition |
getMin()
Gets the value of the min property.
|
void |
setCount(java.lang.Integer value)
Sets the value of the count property.
|
void |
setMax(CTValueColorEndPosition value)
Sets the value of the max property.
|
void |
setMid(CTValueColorMiddlePosition value)
Sets the value of the mid property.
|
void |
setMin(CTValueColorEndPosition value)
Sets the value of the min property.
|
protected CTValueColorEndPosition min
protected CTValueColorMiddlePosition mid
protected CTValueColorEndPosition max
protected java.lang.Integer count
public CTValueColorEndPosition getMin()
CTValueColorEndPositionpublic void setMin(CTValueColorEndPosition value)
value - allowed object is
CTValueColorEndPositionpublic CTValueColorMiddlePosition getMid()
CTValueColorMiddlePositionpublic void setMid(CTValueColorMiddlePosition value)
value - allowed object is
CTValueColorMiddlePositionpublic CTValueColorEndPosition getMax()
CTValueColorEndPositionpublic void setMax(CTValueColorEndPosition value)
value - allowed object is
CTValueColorEndPositionpublic int getCount()
Integerpublic void setCount(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2007–2023. All rights reserved.