Package system.windows.media.imaging
Class BitmapPalettes
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.media.imaging.BitmapPalettes
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class BitmapPalettes extends NetObject
The base .NET class managing System.Windows.Media.Imaging.BitmapPalettes, PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.Imaging.BitmapPalettes
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.String
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationCorestatic java.lang.String
className
Qualified class name: System.Windows.Media.Imaging.BitmapPalettesstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description BitmapPalettes()
BitmapPalettes(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationCore- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Media.Imaging.BitmapPalettes- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static BitmapPalettes cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoBitmapPalettes
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
BitmapPalettes
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getBlackAndWhite
public static BitmapPalette getBlackAndWhite() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getBlackAndWhiteTransparent
public static BitmapPalette getBlackAndWhiteTransparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getGray16
public static BitmapPalette getGray16() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getGray16Transparent
public static BitmapPalette getGray16Transparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getGray256
public static BitmapPalette getGray256() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getGray256Transparent
public static BitmapPalette getGray256Transparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getGray4
public static BitmapPalette getGray4() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getGray4Transparent
public static BitmapPalette getGray4Transparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone125
public static BitmapPalette getHalftone125() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone125Transparent
public static BitmapPalette getHalftone125Transparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone216
public static BitmapPalette getHalftone216() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone216Transparent
public static BitmapPalette getHalftone216Transparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone252
public static BitmapPalette getHalftone252() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone252Transparent
public static BitmapPalette getHalftone252Transparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone256
public static BitmapPalette getHalftone256() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone256Transparent
public static BitmapPalette getHalftone256Transparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone27
public static BitmapPalette getHalftone27() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone27Transparent
public static BitmapPalette getHalftone27Transparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone64
public static BitmapPalette getHalftone64() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone64Transparent
public static BitmapPalette getHalftone64Transparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone8
public static BitmapPalette getHalftone8() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getHalftone8Transparent
public static BitmapPalette getHalftone8Transparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getWebPalette
public static BitmapPalette getWebPalette() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
getWebPaletteTransparent
public static BitmapPalette getWebPaletteTransparent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
IndexOutOfRangeException
-
-