|
||||||||||
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.Long8Tag
rebuild.graphics.tiff.tags.SLong8Tag
public class SLong8Tag
A tag that contains one or more Writer.SLONG8
items.
Field Summary |
---|
Fields inherited from class rebuild.graphics.tiff.Tag |
---|
count, data, dataType, value |
Constructor Summary | |
---|---|
SLong8Tag(short tag)
Create a new SLong8Tag . |
|
SLong8Tag(short tag,
long val)
Create a new SLong8Tag . |
|
SLong8Tag(short tag,
long[] val)
Create a new SLong8Tag . |
Method Summary | |
---|---|
long |
getSLong(int index)
Get a Writer.SLONG8 at the specified index. |
void |
setSLong(int index,
long val)
Set a Writer.SLONG at the specified index. |
Methods inherited from class rebuild.graphics.tiff.tags.Long8Tag |
---|
extraData, getLong8, hasDefault, isDefault, setCount, setDataType, setExtraData, setLong8, 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 SLong8Tag(short tag)
SLong8Tag
.
tag
- The tag value.public SLong8Tag(short tag, long val)
SLong8Tag
.
tag
- The tag value.val
- The value the tag should store.public SLong8Tag(short tag, long[] val)
SLong8Tag
.
tag
- The tag value.val
- The values the tag should store.Method Detail |
---|
public final long getSLong(int index)
Writer.SLONG8
at the specified index.
index
- The index to get the Writer.SLONG8
.
Writer.SLONG8
at the specified index.public final void setSLong(int index, long 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 |