|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrebuild.graphics.tiff.Tag
rebuild.graphics.tiff.tags.LongTag
rebuild.graphics.tiff.tags.SLongTag
public class SLongTag
A tag that contains one or more Writer.SLONG
items.
Field Summary |
---|
Fields inherited from class rebuild.graphics.tiff.Tag |
---|
count, data, dataType, value |
Constructor Summary | |
---|---|
SLongTag(short tag)
Create a new SLongTag . |
|
SLongTag(short tag,
int val)
Create a new SLongTag . |
|
SLongTag(short tag,
int[] val)
Create a new SLongTag . |
Method Summary | |
---|---|
int |
getSLong(int index)
Get a Writer.SLONG at the specified index. |
void |
setSLong(int index,
int val)
Set a Writer.SLONG at the specified index. |
Methods inherited from class rebuild.graphics.tiff.tags.LongTag |
---|
extraData, getLong, hasDefault, isDefault, setCount, setDataType, setExtraData, setLong, 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 |
Constructor Detail |
---|
public SLongTag(short tag)
SLongTag
.
tag
- The tag value.public SLongTag(short tag, int val)
SLongTag
.
tag
- The tag value.val
- The value the tag should store.public SLongTag(short tag, int[] val)
SLongTag
.
tag
- The tag value.val
- The values the tag should store.Method Detail |
---|
public final int getSLong(int index)
Writer.SLONG
at the specified index.
index
- The index to get the Writer.SLONG
.
Writer.SLONG
at the specified index.public final void setSLong(int index, int val)
Writer.SLONG
at the specified index.
index
- The index to set the Writer.SLONG
.val
- The Writer.SLONG
to set at the specified index.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |