bad.robot.excel.cell
Class StyledCell

java.lang.Object
  extended by bad.robot.excel.cell.StyledCell
All Implemented Interfaces:
Cell
Direct Known Subclasses:
BlankCell, BooleanCell, DateCell, DoubleCell, ErrorCell, FormulaCell, HyperlinkCell, StringCell

public abstract class StyledCell
extends Object
implements Cell


Constructor Summary
protected StyledCell(Style style)
           
 
Method Summary
 boolean equals(Object that)
           
 Style getStyle()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bad.robot.excel.cell.Cell
addTo, update
 

Constructor Detail

StyledCell

protected StyledCell(Style style)
Method Detail

getStyle

public Style getStyle()

equals

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


Copyright © 2013. All Rights Reserved.