|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDefaultMutableTreeNode
BaseJP2KBox
ResolutionBox
DefaultDisplayResolutionBox
public class DefaultDisplayResolutionBox
This class is defined to represent a Default Display Resolution Box of JPEG JP2 file format. A Resolution Box has a length, and a fixed type of "resd" (default display resolution).
Field Summary | |
---|---|
static int |
BOX_TYPE_DEFAULT_DISPLAY
|
static String |
DEF_NAME
|
static String |
JP2_MD_DEF_DISP_NAME
|
Fields inherited from class ResolutionBox |
---|
BOX_TYPE, BOX_TYPE_CAPTURE, CAP_NAME, JP2_MD_CAP_NAME, JP2K_MD_NAME, NAME |
Fields inherited from class DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
DefaultDisplayResolutionBox(byte[] data)
Constructs a ResolutionBox from the provided type and
content data array. |
Method Summary |
---|
Methods inherited from class BaseJP2KBox |
---|
clone, getContent, getExtraLength, getLength, getNativeNodeForSimpleBox, getType, setDefaultAttributes, setExtraLength, setLength, setType, toString |
Methods inherited from class DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
Methods inherited from class Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface MutableTreeNode |
---|
insert, remove, remove, removeFromParent, setParent, setUserObject |
Methods inherited from interface TreeNode |
---|
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
Field Detail |
---|
public static final int BOX_TYPE_DEFAULT_DISPLAY
public static final String DEF_NAME
public static final String JP2_MD_DEF_DISP_NAME
Constructor Detail |
---|
public DefaultDisplayResolutionBox(byte[] data)
ResolutionBox
from the provided type and
content data array.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |