Table of Contents

Class IndexColorModel

Namespace
Java.Awt.ImageNs
Assembly
MASES.JNet.dll
public class IndexColorModel : ColorModel, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ITransparency
Inheritance
IndexColorModel
Implements
Inherited Members
Extension Methods

Constructors

IndexColorModel(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public IndexColorModel(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

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

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 java.lang.AutoCloseable

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

CreatePoolableInstance(int, int, byte[], byte[], byte[])

HPA initializer for IndexColorModel(int arg0, int arg1, byte[] arg2, byte[] arg3, byte[] arg4)

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

Parameters

arg0 int
arg1 int
arg2 byte[]
arg3 byte[]
arg4 byte[]

Returns

IndexColorModel

CreatePoolableInstance(int, int, byte[], byte[], byte[], byte[])

HPA initializer for IndexColorModel(int arg0, int arg1, byte[] arg2, byte[] arg3, byte[] arg4, byte[] arg5)

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

Parameters

arg0 int
arg1 int
arg2 byte[]
arg3 byte[]
arg4 byte[]
arg5 byte[]

Returns

IndexColorModel

CreatePoolableInstance(int, int, byte[], byte[], byte[], int)

HPA initializer for IndexColorModel(int arg0, int arg1, byte[] arg2, byte[] arg3, byte[] arg4, int arg5)

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

Parameters

arg0 int
arg1 int
arg2 byte[]
arg3 byte[]
arg4 byte[]
arg5 int

Returns

IndexColorModel

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

HPA initializer for IndexColorModel(int arg0, int arg1, byte[] arg2, int arg3, bool arg4)

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

Parameters

arg0 int
arg1 int
arg2 byte[]
arg3 int
arg4 bool

Returns

IndexColorModel

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

HPA initializer for IndexColorModel(int arg0, int arg1, byte[] arg2, int arg3, bool arg4, int arg5)

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

Parameters

arg0 int
arg1 int
arg2 byte[]
arg3 int
arg4 bool
arg5 int

Returns

IndexColorModel

CreatePoolableInstance(int, int, int[], int, bool, int, int)

HPA initializer for IndexColorModel(int arg0, int arg1, int[] arg2, int arg3, bool arg4, int arg5, int arg6)

public static IndexColorModel CreatePoolableInstance(int arg0, int arg1, int[] arg2, int arg3, bool arg4, int arg5, int arg6)

Parameters

arg0 int
arg1 int
arg2 int[]
arg3 int
arg4 bool
arg5 int
arg6 int

Returns

IndexColorModel

CreatePoolableInstance(int, int, int[], int, int, BigInteger)

HPA initializer for IndexColorModel(int arg0, int arg1, int[] arg2, int arg3, int arg4, Java.Math.BigInteger arg5)

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

Parameters

arg0 int
arg1 int
arg2 int[]
arg3 int
arg4 int
arg5 BigInteger

Returns

IndexColorModel

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