org.pentaho.reporting.engine.classic.core.modules.output.table.base
Class CellBackground

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.table.base.CellBackground

public class CellBackground
extends Object


Constructor Summary
CellBackground()
           
 
Method Summary
 void addAnchor(String anchor)
           
 void addAttributes(ReportAttributeMap attrs)
           
 void addBackground(Color color)
           
 void addElementType(ElementType type)
           
 boolean equals(Object o)
           
 String[] getAnchors()
           
 ReportAttributeMap getAttributes()
           
 Color getBackgroundColor()
           
 BorderEdge getBottom()
           
 BorderCorner getBottomLeft()
           
 BorderCorner getBottomRight()
           
 ElementType getElementType()
           
 BorderEdge getLeft()
           
 BorderEdge getRight()
           
 BorderEdge getTop()
           
 BorderCorner getTopLeft()
           
 BorderCorner getTopRight()
           
 boolean isOrigin()
           
 void setBottom(BorderEdge edge)
           
 void setBottomLeft(BorderCorner bottomLeft)
           
 void setBottomRight(BorderCorner bottomRight)
           
 void setLeft(BorderEdge left)
           
 void setOrigin(boolean origin)
           
 void setRight(BorderEdge edge)
           
 void setTop(BorderEdge top)
           
 void setTopLeft(BorderCorner topLeft)
           
 void setTopRight(BorderCorner topRight)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellBackground

public CellBackground()
Method Detail

isOrigin

public boolean isOrigin()

setOrigin

public void setOrigin(boolean origin)

addAttributes

public void addAttributes(ReportAttributeMap attrs)

getAttributes

public ReportAttributeMap getAttributes()

addBackground

public void addBackground(Color color)

getBackgroundColor

public Color getBackgroundColor()

getTop

public BorderEdge getTop()

setTop

public void setTop(BorderEdge top)

getLeft

public BorderEdge getLeft()

setLeft

public void setLeft(BorderEdge left)

getBottom

public BorderEdge getBottom()

setBottom

public void setBottom(BorderEdge edge)

getRight

public BorderEdge getRight()

setRight

public void setRight(BorderEdge edge)

setTopLeft

public void setTopLeft(BorderCorner topLeft)

setTopRight

public void setTopRight(BorderCorner topRight)

setBottomLeft

public void setBottomLeft(BorderCorner bottomLeft)

setBottomRight

public void setBottomRight(BorderCorner bottomRight)

getTopLeft

public BorderCorner getTopLeft()

getTopRight

public BorderCorner getTopRight()

getBottomLeft

public BorderCorner getBottomLeft()

getBottomRight

public BorderCorner getBottomRight()

addAnchor

public void addAnchor(String anchor)

getAnchors

public String[] getAnchors()

addElementType

public void addElementType(ElementType type)

getElementType

public ElementType getElementType()

equals

public boolean equals(Object o)
Overrides:
equals in class Object