rebuild.graphics.tiff.tags
Class SRationalTag
java.lang.Object
rebuild.graphics.tiff.Tag
rebuild.graphics.tiff.tags.RationalTag
rebuild.graphics.tiff.tags.SRationalTag
public class SRationalTag
- extends RationalTag
A tag that contains one or more Writer.SRATIONAL
items.
- Since:
- BBX 1.0.1
Methods inherited from class rebuild.graphics.tiff.tags.RationalTag |
extraData, getDenominator, getNumerator, hasDefault, isDefault, setCount, setDataType, setDenominator, setExtraData, setNumerator, setupForBigTIFF, writeData |
Methods inherited from class rebuild.graphics.tiff.Tag |
equals, getBigCount, getBigValue, getCount, getDataType, getExtraData, getIfExtraDataExists, getTagType, getTagTypeValue, getValue, hashCode, setCount, setValue, setValue, toString, write, write, write, write, writeBig |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SRationalTag
public SRationalTag(short tag)
- Create a new
SRationalTag
.
- Parameters:
tag
- The tag value.
SRationalTag
public SRationalTag(short tag,
int num,
int den)
- Create a new
SRationalTag
.
- Parameters:
tag
- The tag value.num
- The numerator for the Writer.SRATIONAL
.den
- The denominator for the Writer.SRATIONAL
.
SRationalTag
public SRationalTag(short tag,
int[] num,
int[] den)
- Create a new
RationalTag
.
- Parameters:
tag
- The tag value.num
- The numerators for the Writer.SRATIONAL
.den
- The denominators for the Writer.SRATIONAL
.