it.geosolutions.imageio.plugins.jp2k
Interface MutableJP2KBox

All Superinterfaces:
Cloneable, JP2KBox, MutableTreeNode, TreeNode

public interface MutableJP2KBox
extends JP2KBox, MutableTreeNode

Author:
Simone Giannecchini, GeoSolutions

Method Summary
 void setContent(byte[] content)
          Returns the box content in byte array.
 void setExtraLength(long extraLength)
           
 void setIsLeaf(boolean isLeaf)
           
 void setlength(int length)
           
 void setType(int type)
           
 
Methods inherited from interface it.geosolutions.imageio.plugins.jp2k.JP2KBox
clone, getContent, getExtraLength, getLength, getType
 
Methods inherited from interface javax.swing.tree.MutableTreeNode
insert, remove, remove, removeFromParent, setParent, setUserObject
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Method Detail

setContent

void setContent(byte[] content)
Returns the box content in byte array.


setlength

void setlength(int length)

setExtraLength

void setExtraLength(long extraLength)

setType

void setType(int type)

setIsLeaf

void setIsLeaf(boolean isLeaf)


Copyright © 2006–2013 GeoSolutions. All rights reserved.