Skip to content

BlockingInfo Java 1.5

dj-snyder edited this page Jun 3, 2015 · 2 revisions
<SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="BlockingInfo (NITRO 1.5-rc6 API)"; } </SCRIPT>

Package   Class  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    <SCRIPT type="text/javascript"> </SCRIPT> All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

nitf
Class BlockingInfo

java.lang.Object
  extended by nitf.NITFObject
      extended by nitf.DestructibleObject
          extended by nitf.BlockingInfo

public final class BlockingInfo
extends DestructibleObject

A representation of the blocking information used in the library.


Field Summary
 
Fields inherited from class nitf.NITFObject
address, NITF_LIBRARY_NAME
 

Constructor Summary
BlockingInfo()
           
 

Method Summary
protected  void destructMemory()
          Destruct the underlying memory
 int getLength()
          Returns the length
 int getNumBlocksPerCol()
          Returns the number of blocks per column
 int getNumBlocksPerRow()
          Returns the number of blocks per row
 int getNumColsPerBlock()
          Returns the number of columns per block
 int getNumRowsPerBlock()
          Returns the number of rows per block
 void print(java.io.PrintStream out)
          Prints the data pertaining to this object to an OutputStream
 void setLength(int length)
          Sets the length
 void setNumBlocksPerCol(int numBlocksPerCol)
          Sets the number of blocks per column
 void setNumBlocksPerRow(int numBlocksPerRow)
          Sets the number of blocks per row
 void setNumColsPerBlock(int numColsPerBlock)
          Sets the number of columns per block
 void setNumRowsPerBlock(int numRowsPerBlock)
          Sets the number of rows per block
 
Methods inherited from class nitf.DestructibleObject
destruct, finalize
 
Methods inherited from class nitf.NITFObject
isValid
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingInfo

public BlockingInfo()
             throws NITFException
Throws:
NITFException

Method Detail

destructMemory

protected void destructMemory()
Destruct the underlying memory

Specified by:
destructMemory in class DestructibleObject

getNumBlocksPerRow

public int getNumBlocksPerRow()
Returns the number of blocks per row

Returns:

setNumBlocksPerRow

public void setNumBlocksPerRow(int numBlocksPerRow)
Sets the number of blocks per row

Parameters:
numBlocksPerRow -

getNumBlocksPerCol

public int getNumBlocksPerCol()
Returns the number of blocks per column

Returns:

setNumBlocksPerCol

public void setNumBlocksPerCol(int numBlocksPerCol)
Sets the number of blocks per column

Parameters:
numBlocksPerCol -

getNumRowsPerBlock

public int getNumRowsPerBlock()
Returns the number of rows per block

Returns:

setNumRowsPerBlock

public void setNumRowsPerBlock(int numRowsPerBlock)
Sets the number of rows per block

Parameters:
numRowsPerBlock -

getNumColsPerBlock

public int getNumColsPerBlock()
Returns the number of columns per block

Returns:

setNumColsPerBlock

public void setNumColsPerBlock(int numColsPerBlock)
Sets the number of columns per block

Parameters:
numColsPerBlock -

getLength

public int getLength()
Returns the length

Returns:

setLength

public void setLength(int length)
Sets the length

Parameters:
length -

print

public void print(java.io.PrintStream out)
           throws java.io.IOException
Prints the data pertaining to this object to an OutputStream

Parameters:
out -
Throws:
java.io.IOException

Package   Class  Use  Tree  Deprecated  Index  Help 
Created: 03/13/2008 11:12:03 AM
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    <SCRIPT type="text/javascript"> </SCRIPT> All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

            <i>Copyright &#169; 2004-2008 General Dynamics All Rights Reserved.</i>
            <div style="float:left;"><a href="http://sourceforge.net/" target="_blank"><img style="width: 151px; height: 38px;" src="http://web.sourceforge.com/images/footer/source.gif" alt="SourceForge.net" border="0" height="38" width="151"></a></div>
            <script type="text/javascript">
                var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
                document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

                </script>
                <script type="text/javascript">
                var pageTracker = _gat._getTracker("UA-3779761-1");
                pageTracker._initData();
                pageTracker._trackPageview();
            </script>
Clone this wiki locally