Package de.pco.common
Class AbstractMetadata
java.lang.Object
de.pco.common.AbstractMetadata
public abstract class AbstractMetadata extends Object
Abstract class that represents the image metadata. Subclasses presents
particular views on the
MetadataBean
class which contains all the possible metadata of the images from PCO cameras.- Author:
- PCO
-
Field Summary
Fields Modifier and Type Field Description protected MetadataBeanmetadataBean -
Constructor Summary
Constructors Constructor Description AbstractMetadata() -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)intgetImageSizeX()Gets the width.intgetImageSizeY()Gets the height.MetadataBeangetMetadataBean()Gets the whole backing bean with all the metadata.inthashCode()StringtoString()
-
Field Details
-
Constructor Details
-
AbstractMetadata
public AbstractMetadata()
-
-
Method Details
-
getImageSizeX
public int getImageSizeX()Gets the width.- Returns:
-
getImageSizeY
public int getImageSizeY()Gets the height.- Returns:
-
getMetadataBean
Gets the whole backing bean with all the metadata.- Returns:
-
hashCode
public int hashCode() -
equals
-
toString
-