Package system.drawing.imaging
Class ColorMatrix
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.drawing.imaging.ColorMatrix
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ColorMatrix extends NetObject
The base .NET class managing System.Drawing.Imaging.ColorMatrix, System.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Imaging.ColorMatrix
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.StringassemblyShortNameAssembly name: System.Drawing.Commonstatic java.lang.StringclassNameQualified class name: System.Drawing.Imaging.ColorMatrixstatic org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ColorMatrix()ColorMatrix(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ColorMatrixcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoColorMatrix, a cast assert is made to check if types are compatible.java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCTypegetJCOType()Returns the instantiated class TypeSinglegetMatrix00()SinglegetMatrix01()SinglegetMatrix02()SinglegetMatrix03()SinglegetMatrix04()SinglegetMatrix10()SinglegetMatrix11()SinglegetMatrix12()SinglegetMatrix13()SinglegetMatrix14()SinglegetMatrix20()SinglegetMatrix21()SinglegetMatrix22()SinglegetMatrix23()SinglegetMatrix24()SinglegetMatrix30()SinglegetMatrix31()SinglegetMatrix32()SinglegetMatrix33()SinglegetMatrix34()SinglegetMatrix40()SinglegetMatrix41()SinglegetMatrix42()SinglegetMatrix43()SinglegetMatrix44()voidsetJCOInstance(org.mases.jcobridge.JCObject instance)voidsetMatrix00(Single Matrix00)voidsetMatrix01(Single Matrix01)voidsetMatrix02(Single Matrix02)voidsetMatrix03(Single Matrix03)voidsetMatrix04(Single Matrix04)voidsetMatrix10(Single Matrix10)voidsetMatrix11(Single Matrix11)voidsetMatrix12(Single Matrix12)voidsetMatrix13(Single Matrix13)voidsetMatrix14(Single Matrix14)voidsetMatrix20(Single Matrix20)voidsetMatrix21(Single Matrix21)voidsetMatrix22(Single Matrix22)voidsetMatrix23(Single Matrix23)voidsetMatrix24(Single Matrix24)voidsetMatrix30(Single Matrix30)voidsetMatrix31(Single Matrix31)voidsetMatrix32(Single Matrix32)voidsetMatrix33(Single Matrix33)voidsetMatrix34(Single Matrix34)voidsetMatrix40(Single Matrix40)voidsetMatrix41(Single Matrix41)voidsetMatrix42(Single Matrix42)voidsetMatrix43(Single Matrix43)voidsetMatrix44(Single Matrix44)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Drawing.Common- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Drawing.Imaging.ColorMatrix- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ColorMatrix cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoColorMatrix, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ColorMatrixinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getMatrix00
public Single getMatrix00() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix00
public void setMatrix00(Single Matrix00) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix01
public Single getMatrix01() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix01
public void setMatrix01(Single Matrix01) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix02
public Single getMatrix02() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix02
public void setMatrix02(Single Matrix02) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix03
public Single getMatrix03() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix03
public void setMatrix03(Single Matrix03) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix04
public Single getMatrix04() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix04
public void setMatrix04(Single Matrix04) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix10
public Single getMatrix10() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix10
public void setMatrix10(Single Matrix10) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix11
public Single getMatrix11() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix11
public void setMatrix11(Single Matrix11) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix12
public Single getMatrix12() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix12
public void setMatrix12(Single Matrix12) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix13
public Single getMatrix13() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix13
public void setMatrix13(Single Matrix13) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix14
public Single getMatrix14() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix14
public void setMatrix14(Single Matrix14) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix20
public Single getMatrix20() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix20
public void setMatrix20(Single Matrix20) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix21
public Single getMatrix21() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix21
public void setMatrix21(Single Matrix21) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix22
public Single getMatrix22() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix22
public void setMatrix22(Single Matrix22) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix23
public Single getMatrix23() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix23
public void setMatrix23(Single Matrix23) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix24
public Single getMatrix24() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix24
public void setMatrix24(Single Matrix24) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix30
public Single getMatrix30() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix30
public void setMatrix30(Single Matrix30) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix31
public Single getMatrix31() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix31
public void setMatrix31(Single Matrix31) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix32
public Single getMatrix32() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix32
public void setMatrix32(Single Matrix32) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix33
public Single getMatrix33() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix33
public void setMatrix33(Single Matrix33) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix34
public Single getMatrix34() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix34
public void setMatrix34(Single Matrix34) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix40
public Single getMatrix40() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix40
public void setMatrix40(Single Matrix40) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix41
public Single getMatrix41() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix41
public void setMatrix41(Single Matrix41) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix42
public Single getMatrix42() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix42
public void setMatrix42(Single Matrix42) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix43
public Single getMatrix43() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix43
public void setMatrix43(Single Matrix43) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMatrix44
public Single getMatrix44() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMatrix44
public void setMatrix44(Single Matrix44) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-