|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.html.CellInfo
public class CellInfo
Basic class for all cell infos
Field Summary | |
---|---|
protected Identifiers<Cell> |
cellIds
the cell identifier |
protected String |
subDir
the sub directory where the files will be created |
Constructor Summary | |
---|---|
CellInfo(Cell cell,
Identifiers<Cell> cellIds,
String subDir)
Constructor for a cell info |
Method Summary | |
---|---|
Cell |
getCell()
Getter for the cell |
String |
getExplanation()
Get an explanation for the cell. |
String |
getExplanationAsHtml()
Get the explanation in html format for the given cell |
String |
getId()
Returns the unique id for a cell |
String |
getImageLocation()
Gets the location of the image for a Cell |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final String subDir
protected final Identifiers<Cell> cellIds
Constructor Detail |
---|
public CellInfo(Cell cell, Identifiers<Cell> cellIds, String subDir)
cell
- a cell the created cell info is associated withcellIds
- the cell identifiersubDir
- the sub directory where files will be createdMethod Detail |
---|
public String getExplanation()
ICellInfo
getExplanation
in interface ICellInfo
null
if none is availableICellInfo.getExplanation()
public String getExplanationAsHtml()
ICellInfo
getExplanationAsHtml
in interface ICellInfo
ICellInfo.getExplanationAsHtml()
public String getImageLocation()
ICellInfo
getImageLocation
in interface ICellInfo
ICellInfo.getImageLocation()
public String getId()
public Cell getCell()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |