public class Area extends Object
Constructor and Description |
---|
Area() |
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor()
getBackgroundColor
Gets Color
|
FillFormat |
getFillFormat()
getFillFormat
Gets FillFormat
|
Color |
getForegroundColor()
getForegroundColor
Gets Color
|
String |
getFormatting()
getFormatting
Gets String
|
Boolean |
getInvertIfNegative()
getInvertIfNegative
Gets Boolean
|
Double |
getTransparency()
getTransparency
Gets Double
|
void |
setBackgroundColor(Color BackgroundColor)
setBackgroundColor
Sets Color
|
void |
setFillFormat(FillFormat FillFormat)
setFillFormat
Sets FillFormat
|
void |
setForegroundColor(Color ForegroundColor)
setForegroundColor
Sets Color
|
void |
setFormatting(String Formatting)
setFormatting
Sets String
|
void |
setInvertIfNegative(Boolean InvertIfNegative)
setInvertIfNegative
Sets Boolean
|
void |
setTransparency(Double Transparency)
setTransparency
Sets Double
|
String |
toString() |
public Color getBackgroundColor()
public void setBackgroundColor(Color BackgroundColor)
BackgroundColor
- Colorpublic FillFormat getFillFormat()
public void setFillFormat(FillFormat FillFormat)
FillFormat
- FillFormatpublic Color getForegroundColor()
public void setForegroundColor(Color ForegroundColor)
ForegroundColor
- Colorpublic String getFormatting()
public void setFormatting(String Formatting)
Formatting
- Stringpublic Boolean getInvertIfNegative()
public void setInvertIfNegative(Boolean InvertIfNegative)
InvertIfNegative
- Booleanpublic Double getTransparency()
public void setTransparency(Double Transparency)
Transparency
- DoubleCopyright © 2015. All rights reserved.