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