public class TiffFrame extends Object
Constructor and Description |
---|
TiffFrame() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
TiffFrame |
exifData(ExifData exifData) |
TiffFrame |
frameOptions(TiffOptions frameOptions) |
ExifData |
getExifData()
Gets or sets the EXIF data.
|
TiffOptions |
getFrameOptions()
Gets or sets options for the frame.
|
Integer |
getHeight()
Gets or sets the frame height.
|
Integer |
getWidth()
Gets or sets the frame width.
|
int |
hashCode() |
TiffFrame |
height(Integer height) |
void |
setExifData(ExifData exifData) |
void |
setFrameOptions(TiffOptions frameOptions) |
void |
setHeight(Integer height) |
void |
setWidth(Integer width) |
String |
toString() |
TiffFrame |
width(Integer width) |
public TiffFrame frameOptions(TiffOptions frameOptions)
public TiffOptions getFrameOptions()
public void setFrameOptions(TiffOptions frameOptions)
public Integer getHeight()
public void setHeight(Integer height)
public Integer getWidth()
public void setWidth(Integer width)
public ExifData getExifData()
public void setExifData(ExifData exifData)
Copyright © 2019 Aspose Pty Ltd. All rights reserved.