Package system.windows.media.imaging
Class BitmapFrame
- java.lang.Object
-
- All Implemented Interfaces:
IJCOBridgeReflected,IFormattable
public class BitmapFrame extends BitmapSource
The base .NET class managing System.Windows.Media.Imaging.BitmapFrame, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.Imaging.BitmapFrame
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: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationCorestatic java.lang.StringclassNameQualified class name: System.Windows.Media.Imaging.BitmapFramestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description BitmapFrame()BitmapFrame(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BitmapFramecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoBitmapFrame, a cast assert is made to check if types are compatible.static BitmapFrameCreate(Stream bitmapStream)static BitmapFrameCreate(Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption)static BitmapFrameCreate(Uri bitmapUri)static BitmapFrameCreate(Uri bitmapUri, RequestCachePolicy uriCachePolicy)static BitmapFrameCreate(Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption)static BitmapFrameCreate(Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)static BitmapFrameCreate(BitmapSource source)static BitmapFrameCreate(BitmapSource source, BitmapSource thumbnail)InPlaceBitmapMetadataWriterCreateInPlaceBitmapMetadataWriter()UrigetBaseUri()BitmapDecodergetDecoder()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 objectJCTypegetJCOType()Returns the instantiated class TypeBitmapSourcegetThumbnail()voidsetBaseUri(Uri BaseUri)voidsetJCOInstance(JCObject instance)-
Methods inherited from class system.windows.media.imaging.BitmapSource
addDownloadCompleted, CloneCurrentValueNewBitmapSource, CloneNewBitmapSource, CopyPixels, CopyPixels, Create, getDpiX, getDpiY, getFormat, getIsDownloading, getPalette, getPixelHeight, getPixelWidth, removeDownloadCompleted
-
Methods inherited from class system.windows.media.ImageSource
CloneCurrentValueNewImageSource, CloneNewImageSource, getHeight, getMetadata, getWidth, ToString
-
Methods inherited from class system.windows.media.animation.Animatable
ApplyAnimationClock, ApplyAnimationClock, BeginAnimation, BeginAnimation, CloneNewAnimatable, GetAnimationBaseValue, getHasAnimatedProperties, ShouldSerializeStoredWeakReference
-
Methods inherited from class system.windows.Freezable
addChanged, Clone, CloneCurrentValue, Freeze, GetAsFrozen, getCanFreeze, GetCurrentValueAsFrozen, getIsFrozen, removeChanged
-
Methods inherited from class system.windows.DependencyObject
ClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValue
-
Methods inherited from class system.windows.threading.DispatcherObject
CheckAccess, getDispatcher, VerifyAccess
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.IFormattable
ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationCore, Version=4.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.BitmapFrame- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIFormattable- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classBitmapSource- 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 interfaceIFormattable- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classBitmapSource- 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 interfaceIFormattable- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classBitmapSource- 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 interfaceIFormattable- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classBitmapSource- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classBitmapSource
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIFormattable- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classBitmapSource- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static BitmapFrame cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoBitmapFrame, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
BitmapFrameinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Create
public static BitmapFrame Create(Stream bitmapStream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, UriFormatException, OutOfMemoryException, AbandonedMutexException, Win32Exception, FileNotFoundException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, InvalidDeploymentException, NotSupportedException, WebException, NotImplementedException, CookieException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionUriFormatExceptionOutOfMemoryExceptionAbandonedMutexExceptionWin32ExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidDeploymentExceptionNotSupportedExceptionWebExceptionNotImplementedExceptionCookieException
-
Create
public static BitmapFrame Create(Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, UriFormatException, OutOfMemoryException, AbandonedMutexException, Win32Exception, FileNotFoundException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, InvalidDeploymentException, NotSupportedException, WebException, NotImplementedException, CookieException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionUriFormatExceptionOutOfMemoryExceptionAbandonedMutexExceptionWin32ExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidDeploymentExceptionNotSupportedExceptionWebExceptionNotImplementedExceptionCookieException
-
Create
public static BitmapFrame Create(Uri bitmapUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, ObjectDisposedException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NotSupportedException, WebException, NotImplementedException, CookieException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionWebExceptionNotImplementedExceptionCookieExceptionNullReferenceException
-
Create
public static BitmapFrame Create(Uri bitmapUri, RequestCachePolicy uriCachePolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, UriFormatException, OutOfMemoryException, AbandonedMutexException, Win32Exception, FileNotFoundException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, InvalidDeploymentException, NotSupportedException, WebException, NotImplementedException, CookieException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionUriFormatExceptionOutOfMemoryExceptionAbandonedMutexExceptionWin32ExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidDeploymentExceptionNotSupportedExceptionWebExceptionNotImplementedExceptionCookieException
-
Create
public static BitmapFrame Create(Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, ObjectDisposedException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NotSupportedException, WebException, NotImplementedException, CookieException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionWebExceptionNotImplementedExceptionCookieExceptionNullReferenceException
-
Create
public static BitmapFrame Create(Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, UriFormatException, OutOfMemoryException, AbandonedMutexException, Win32Exception, FileNotFoundException, DirectoryNotFoundException, PathTooLongException, DriveNotFoundException, OperationCanceledException, InvalidDeploymentException, NotSupportedException, WebException, NotImplementedException, CookieException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionUriFormatExceptionOutOfMemoryExceptionAbandonedMutexExceptionWin32ExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidDeploymentExceptionNotSupportedExceptionWebExceptionNotImplementedExceptionCookieException
-
Create
public static BitmapFrame Create(BitmapSource source) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, FormatException, ArgumentOutOfRangeException, NotImplementedException
-
Create
public static BitmapFrame Create(BitmapSource source, BitmapSource thumbnail) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, FormatException, ArgumentOutOfRangeException, NotImplementedException
-
CreateInPlaceBitmapMetadataWriter
public InPlaceBitmapMetadataWriter CreateInPlaceBitmapMetadataWriter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBaseUri
public Uri getBaseUri() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBaseUri
public void setBaseUri(Uri BaseUri) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDecoder
public BitmapDecoder getDecoder() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getThumbnail
public BitmapSource getThumbnail() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-