|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.data.DataCell
org.knime.core.data.image.png.PNGImageCell
public class PNGImageCell
Default implementation of a PNG image cell.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.knime.core.data.image.png.PNGImageValue |
|---|
PNGImageValue.ImageCellUtilityFactory |
| Nested classes/interfaces inherited from interface org.knime.core.data.DataValue |
|---|
DataValue.UtilityFactory |
| Field Summary |
|---|
| Fields inherited from interface org.knime.core.data.image.png.PNGImageValue |
|---|
UTILITY |
| Constructor Summary | |
|---|---|
PNGImageCell(PNGImageContent content)
Package scope method to create PNG image cell. |
|
| Method Summary | |
|---|---|
protected boolean |
equalsDataCell(DataCell dc)
Derived classes implement their specific equals function here. |
static DataCellSerializer<PNGImageCell> |
getCellSerializer()
Serializer as required by parent class. |
PNGImageContent |
getImageContent()
Get content of this image. |
String |
getImageExtension()
|
static Class<? extends DataValue> |
getPreferredValueClass()
|
int |
hashCode()
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code. |
String |
toString()
Returns the String representation of this cell's value. |
| Methods inherited from class org.knime.core.data.DataCell |
|---|
equals, getType, isMissing |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
PNGImageCell(PNGImageContent content)
PNGImageContent.toImageCell() method.
content - The content to wrap.| Method Detail |
|---|
public static Class<? extends DataValue> getPreferredValueClass()
public static DataCellSerializer<PNGImageCell> getCellSerializer()
public PNGImageContent getImageContent()
getImageContent in interface ImageValuegetImageContent in interface PNGImageValuepublic String toString()
toString in class DataCellprotected boolean equalsDataCell(DataCell dc)
null or a missing value,
to be of the same class like this.
equalsDataCell in class DataCelldc - the cell to compare this to
true if this is equal to the argument,
false if notpublic int hashCode()
DataCell objects return the same hash code.
hashCode in class DataCellDataCellObject.hashCode(),
DataCell.equals(java.lang.Object)public String getImageExtension()
getImageExtension in interface ImageValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||