-
Notifications
You must be signed in to change notification settings - Fork 38
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>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES <SCRIPT type="text/javascript"> </SCRIPT> All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nitf.NITFObject nitf.DestructibleObject 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 |
---|
public BlockingInfo() throws NITFException
- Throws:
NITFException
Method Detail |
---|
protected void destructMemory()
- Destruct the underlying memory
-
- Specified by:
-
destructMemory
in classDestructibleObject
-
public int getNumBlocksPerRow()
- Returns the number of blocks per row
-
- Returns:
public void setNumBlocksPerRow(int numBlocksPerRow)
- Sets the number of blocks per row
-
- Parameters:
-
numBlocksPerRow
-
public int getNumBlocksPerCol()
- Returns the number of blocks per column
-
- Returns:
public void setNumBlocksPerCol(int numBlocksPerCol)
- Sets the number of blocks per column
-
- Parameters:
-
numBlocksPerCol
-
public int getNumRowsPerBlock()
- Returns the number of rows per block
-
- Returns:
public void setNumRowsPerBlock(int numRowsPerBlock)
- Sets the number of rows per block
-
- Parameters:
-
numRowsPerBlock
-
public int getNumColsPerBlock()
- Returns the number of columns per block
-
- Returns:
public void setNumColsPerBlock(int numColsPerBlock)
- Sets the number of columns per block
-
- Parameters:
-
numColsPerBlock
-
public int getLength()
- Returns the length
-
- Returns:
public void setLength(int length)
- Sets the length
-
- Parameters:
-
length
-
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
|
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 © 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>