public abstract class MetadataRenderedImage extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected ImageFormat |
format |
static String |
GIF_IMAGE_METADATA_NAME |
static String |
GIF_STREAM_METADATA_NAME |
protected int[] |
horizontalSamplingFactors |
protected Node[] |
metadatas |
protected int |
quality |
protected Node |
streamMetadata |
protected int[] |
verticalSamplingFactors |
| 构造器和说明 |
|---|
MetadataRenderedImage() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getHorizontalSamplingFactor(int component) |
int |
getHorizontalSubsampling(int component) |
ImageFormat |
getImageFormat() |
Node |
getMetadata() |
Node |
getMetadata(int index) |
Node[] |
getMetadatas() |
int |
getQuality() |
Node |
getStreamMetadata() |
int |
getVerticalSamplingFactor(int component) |
int |
getVerticalSubsampling(int component) |
void |
setHorizontalSamplingFactor(int component,
int subsample) |
void |
setImageFormat(ImageFormat format) |
void |
setMetadata(int index,
Node metadata) |
void |
setMetadata(Node metadata) |
void |
setMetadatas(Node[] metadatas) |
void |
setStreamMetadata(Node streamMetadata) |
void |
setVerticalSamplingFactor(int component,
int subsample) |
protected int quality
protected int[] horizontalSamplingFactors
protected int[] verticalSamplingFactors
protected Node[] metadatas
protected Node streamMetadata
protected ImageFormat format
public void setImageFormat(ImageFormat format)
public ImageFormat getImageFormat()
public Node getStreamMetadata()
public void setStreamMetadata(Node streamMetadata)
public Node getMetadata(int index)
public Node getMetadata()
public Node[] getMetadatas()
public void setMetadata(int index,
Node metadata)
public void setMetadatas(Node[] metadatas)
public void setMetadata(Node metadata)
public void setHorizontalSamplingFactor(int component,
int subsample)
public int getHorizontalSamplingFactor(int component)
public int getHorizontalSubsampling(int component)
public void setVerticalSamplingFactor(int component,
int subsample)
public int getVerticalSamplingFactor(int component)
public int getVerticalSubsampling(int component)
public int getQuality()
Copyright © 2020. All rights reserved.