Class GifImageMetadata
java.lang.Object
org.apache.commons.imaging.formats.gif.GifImageMetadata
- All Implemented Interfaces:
ImageMetadata
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.commons.imaging.common.ImageMetadata
ImageMetadata.ImageMetadataItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NEWLINE
-
width
private final int width -
height
private final int height -
items
-
-
Constructor Details
-
GifImageMetadata
GifImageMetadata(int width, int height, List<GifImageMetadataItem> items)
-
-
Method Details
-
toString
- Specified by:
toString
in interfaceImageMetadata
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getItems
- Specified by:
getItems
in interfaceImageMetadata
-