![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Area
public class Area
Encapsulates the object that represents a chart area.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object another)
|
Color |
getBackgroundColor()
Gets the background Color of the Area. |
Fill |
getFill()
Gets fill setting of this Area. |
FillFormat |
getFillFormat()
Gets a object that contains fill formatting properties for the specified chart or shape. |
byte |
getFillType()
Gets fill type for area in chart. |
Color |
getForegroundColor()
Gets the foreground Color. |
float |
getForegroundTransparency()
Gets the transparency of foreground color. |
boolean |
isAuto()
Indicates Microsoft Workbook automatically determines the area pattern. |
boolean |
isVisible()
Indicates whether the area is visible in the chart. |
void |
setAuto(boolean isAuto)
Sets whether Microsoft Workbook automatically determines the area pattern. |
void |
setBackgroundColor(Color color)
Sets the background Color of the Area. |
void |
setFill(Fill fill)
Sets specific fill settings for this Area. |
void |
setForegroundColor(Color color)
Sets the foreground Color. |
void |
setForegroundTransparency(float val)
Sets the transparency of foreground color. |
void |
setVisible(boolean visible)
Sets whether the area is visible in the chart. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean equals(java.lang.Object another)
equals
in class java.lang.Object
public byte getFillType()
FillType
public Color getBackgroundColor()
public void setBackgroundColor(Color color)
color
- the background Color of the Area.public Color getForegroundColor()
public void setForegroundColor(Color color)
color
- the foreground Color.public float getForegroundTransparency()
public void setForegroundTransparency(float val)
val
- transparency. Can only be a value from 0 to 1.public void setAuto(boolean isAuto)
isAuto
- whether Microsoft Workbook automatically determines the area pattern.public boolean isAuto()
public boolean isVisible()
public void setVisible(boolean visible)
visible
- whether the area is visible in the chart.public FillFormat getFillFormat()
public Fill getFill()
public void setFill(Fill fill)
fill
- object for specific fill settings.
Can be null or GradientFill/TextureFill/PatternFill object.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |