ImageGear for Java
ImGearFullLUT Class Members
Fields  Methods 

The following tables list the members exposed by ImGearFullLUT.

Public Constructors
 NameDescription
Public ConstructorImGearFullLUT ConstructorInitializes a new instance of the ImGearFullLUT class.  
Top
Public Fields
 NameDescription
Public FieldtableProvides direct access to the LUT table.

byte[ ], Int16[ ] or Int32[ ]

Actual type of the array depends on the output depth of the LUT:

  • If output depth is between 1 and 8, Table is byte[ ]
  • If output depth is between 9 and 16, Table is Int16[ ]
  • If output depth is between 17 and 32, Table is Int32[ ]

Length of the table depends on the input depth, as follows:

Length = 2 ^ inputDepth.  
Top
Public Methods
 NameDescription
Public MethodcloneCreates a deep copy of the object.  
Public MethodconcatenateConcatenates the content of the instance of the ImGearFullLUT (that this method is called from) and the content of the specified lookupTable into the resulting output lookup table.  
Public MethodcopyFromDuplicates the content of the specified lookupTable into the instance of the ImGearFullLUT class that this method is called from.  
Public MethodgetInputDepthSpecifies input depth of the LUT.

Any integer number.

 
Public MethodgetItemOverloaded. Returns LUT output value corresponding to Int32 input value.  
Public MethodgetOutputDepthSpecifies output depth of the LUT.

Any integer number.

 
Public MethodgetTableIndexOverloaded. Obtains index in the table corresponding to Int32 input value.  
Public MethodisInputSignedSpecifies whether LUT input values are signed.

Boolean value.

 
Public MethodisOutputSignedSpecifies whether LUT output values are signed.

Boolean value.

 
Public MethodsetItemOverloaded. Sets LUT output value corresponding to index.  
Top
Protected Methods
 NameDescription
Protected MethodonPropertyChangedCan be called by subclasses when their properties change. Subscribers, com.accusoft.imagegear.callbackinterfaces.IImGearPropertyChangedListeners are subsequently notified. (Inherited from com.accusoft.imagegear.core.ImGearLUT)
Top
See Also

Reference

ImGearFullLUT Class
com.accusoft.imagegear.core Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback