Table of Contents

Class IndexColorModel

Namespace
Java.Awt.ImageNs
Assembly
MASES.JNet.dll
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

arg0 int

int

arg1 int

int

arg2 byte[]

byte

arg3 byte[]

byte

arg4 byte[]

byte

IndexColorModel(int, int, byte[], byte[], byte[], byte[])

public IndexColorModel(int arg0, int arg1, byte[] arg2, byte[] arg3, byte[] arg4, byte[] arg5)

Parameters

arg0 int

int

arg1 int

int

arg2 byte[]

byte

arg3 byte[]

byte

arg4 byte[]

byte

arg5 byte[]

byte

IndexColorModel(int, int, byte[], byte[], byte[], int)

public IndexColorModel(int arg0, int arg1, byte[] arg2, byte[] arg3, byte[] arg4, int arg5)

Parameters

arg0 int

int

arg1 int

int

arg2 byte[]

byte

arg3 byte[]

byte

arg4 byte[]

byte

arg5 int

int

IndexColorModel(int, int, byte[], int, bool)

public IndexColorModel(int arg0, int arg1, byte[] arg2, int arg3, bool arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 byte[]

byte

arg3 int

int

arg4 bool

bool

IndexColorModel(int, int, byte[], int, bool, int)

public IndexColorModel(int arg0, int arg1, byte[] arg2, int arg3, bool arg4, int arg5)

Parameters

arg0 int

int

arg1 int

int

arg2 byte[]

byte

arg3 int

int

arg4 bool

bool

arg5 int

int

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

arg0 int

int

arg1 int

int

arg2 int[]

int

arg3 int

int

arg4 bool

bool

arg5 int

int

arg6 int

int

IndexColorModel(int, int, int[], int, int, BigInteger)

public IndexColorModel(int arg0, int arg1, int[] arg2, int arg3, int arg4, BigInteger arg5)

Parameters

arg0 int

int

arg1 int

int

arg2 int[]

int

arg3 int

int

arg4 int

int

arg5 BigInteger

BigInteger

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

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MapSize

public int MapSize { get; }

Property Value

int

TransparentPixel

public int TransparentPixel { get; }

Property Value

int

ValidPixels

public BigInteger ValidPixels { get; }

Property Value

BigInteger

Methods

ConvertToIntDiscrete(Raster, bool)

public BufferedImage ConvertToIntDiscrete(Raster arg0, bool arg1)

Parameters

arg0 Raster

Raster

arg1 bool

bool

Returns

BufferedImage

BufferedImage

GetAlphas(byte[])

public void GetAlphas(byte[] arg0)

Parameters

arg0 byte[]

byte

GetBlues(byte[])

public void GetBlues(byte[] arg0)

Parameters

arg0 byte[]

byte

GetGreens(byte[])

public void GetGreens(byte[] arg0)

Parameters

arg0 byte[]

byte

GetRGBs(int[])

public void GetRGBs(int[] arg0)

Parameters

arg0 int[]

int

GetReds(byte[])

public void GetReds(byte[] arg0)

Parameters

arg0 byte[]

byte

IsValid()

public bool IsValid()

Returns

bool

bool

IsValid(int)

public bool IsValid(int arg0)

Parameters

arg0 int

int

Returns

bool

bool