Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class ChartFrame

java.lang.Object
  extended by com.aspose.cells.ChartFrame
Direct Known Subclasses:
ChartArea, DataLabels, DisplayUnitLabel, Legend, LegendEntry, PlotArea, Title

public class ChartFrame
extends java.lang.Object


Method Summary
 boolean equals(java.lang.Object another)
           
 Area getArea()
          Gets the Area.
 Area getAreaOrNull()
          Gets the customed area settings of this frame.
 Line getBorder()
          Gets the border Line.
 Line getBorderOrNull()
          Gets the customed border settings of this frame.
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object another)
Overrides:
equals in class java.lang.Object

getBorder

public Line getBorder()
Gets the border Line.

Returns:
the border Line.
Throws:
CellsException - if chart has bean removed.

getArea

public Area getArea()
Gets the Area.

Returns:
the Area.
Throws:
CellsException - if chart has bean removed.

getBorderOrNull

public Line getBorderOrNull()
Gets the customed border settings of this frame. If this frame has no customed border of its own, return null. That means the border settings of this frame is default or inherited from its parent.

Returns:
the customed border of this frame.

getAreaOrNull

public Area getAreaOrNull()
Gets the customed area settings of this frame. If this frame has no customed area of its own, return null. That means the area settings of this frame is default or inherited from its parent.

Returns:
the customed area of this frame.