public class GradientFill extends Object
Constructor and Description |
---|
GradientFill() |
Modifier and Type | Method and Description |
---|---|
Float |
getAngle()
getAngle
Gets Float
|
String |
getDirectionType()
getDirectionType
Gets String
|
String |
getFillType()
getFillType
Gets String
|
List<GradientFillStop> |
getGradientStops()
getGradientStops
Gets List
|
void |
setAngle(Float Angle)
setAngle
Sets Float
|
void |
setDirectionType(String DirectionType)
setDirectionType
Sets String
|
void |
setFillType(String FillType)
setFillType
Sets String
|
void |
setGradientStops(List<GradientFillStop> GradientStops)
setGradientStops
Sets List
|
String |
toString() |
public String getFillType()
public void setFillType(String FillType)
FillType
- Stringpublic String getDirectionType()
public void setDirectionType(String DirectionType)
DirectionType
- Stringpublic Float getAngle()
public void setAngle(Float Angle)
Angle
- Floatpublic List<GradientFillStop> getGradientStops()
public void setGradientStops(List<GradientFillStop> GradientStops)
GradientStops
- ListCopyright © 2015. All rights reserved.