Class IndexColorModel
public class IndexColorModel : ColorModel, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ITransparency
- Inheritance
-
IndexColorModel
- Implements
- Inherited Members
- Extension Methods
Constructors
IndexColorModel()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public IndexColorModel()
IndexColorModel(int, int, byte[], byte[], byte[])
public IndexColorModel(int arg0, int arg1, byte[] arg2, byte[] arg3, byte[] arg4)
Parameters
IndexColorModel(int, int, byte[], byte[], byte[], byte[])
public IndexColorModel(int arg0, int arg1, byte[] arg2, byte[] arg3, byte[] arg4, byte[] arg5)
Parameters
IndexColorModel(int, int, byte[], byte[], byte[], int)
public IndexColorModel(int arg0, int arg1, byte[] arg2, byte[] arg3, byte[] arg4, int arg5)
Parameters
IndexColorModel(int, int, byte[], int, bool)
public IndexColorModel(int arg0, int arg1, byte[] arg2, int arg3, bool arg4)
Parameters
IndexColorModel(int, int, byte[], int, bool, int)
public IndexColorModel(int arg0, int arg1, byte[] arg2, int arg3, bool arg4, int arg5)
Parameters
IndexColorModel(int, int, int[], int, bool, int, int)
public IndexColorModel(int arg0, int arg1, int[] arg2, int arg3, bool arg4, int arg5, int arg6)
Parameters
IndexColorModel(int, int, int[], int, int, BigInteger)
public IndexColorModel(int arg0, int arg1, int[] arg2, int arg3, int arg4, BigInteger arg5)
Parameters
IndexColorModel(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public IndexColorModel(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MapSize
public int MapSize { get; }
Property Value
TransparentPixel
public int TransparentPixel { get; }
Property Value
ValidPixels
public BigInteger ValidPixels { get; }
Property Value
Methods
ConvertToIntDiscrete(Raster, bool)
public BufferedImage ConvertToIntDiscrete(Raster arg0, bool arg1)
Parameters
Returns
GetAlphas(byte[])
public void GetAlphas(byte[] arg0)
Parameters
GetBlues(byte[])
public void GetBlues(byte[] arg0)
Parameters
GetGreens(byte[])
public void GetGreens(byte[] arg0)
Parameters
GetRGBs(int[])
public void GetRGBs(int[] arg0)
Parameters
GetReds(byte[])
public void GetReds(byte[] arg0)
Parameters
IsValid()
public bool IsValid()
Returns
IsValid(int)
public bool IsValid(int arg0)