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