Package system.windows.media.imaging
Class BitmapMetadata
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.DependencyObject
-
- system.windows.Freezable
-
- system.windows.media.ImageMetadata
-
- system.windows.media.imaging.BitmapMetadata
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
InPlaceBitmapMetadataWriter
public class BitmapMetadata extends ImageMetadata
The base .NET class managing System.Windows.Media.Imaging.BitmapMetadata, 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.BitmapMetadata
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=4.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.BitmapMetadatastatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description BitmapMetadata()
BitmapMetadata(java.lang.Object instance)
Internal constructor.BitmapMetadata(java.lang.String containerFormat)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BitmapMetadata
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoBitmapMetadata
, a cast assert is made to check if types are compatible.BitmapMetadata
CloneNewBitmapMetadata()
boolean
ContainsQuery(java.lang.String query)
java.lang.String
getApplicationName()
java.lang.String
getCameraManufacturer()
java.lang.String
getCameraModel()
java.lang.String
getComment()
java.lang.String
getCopyright()
java.lang.String
getDateTaken()
java.lang.String
getFormat()
boolean
getIsFixedSize()
boolean
getIsReadOnly()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getLocation()
NetObject
GetQuery(java.lang.String query)
int
getRating()
java.lang.String
getSubject()
java.lang.String
getTitle()
void
RemoveQuery(java.lang.String query)
void
setApplicationName(java.lang.String ApplicationName)
void
setCameraManufacturer(java.lang.String CameraManufacturer)
void
setCameraModel(java.lang.String CameraModel)
void
setComment(java.lang.String Comment)
void
setCopyright(java.lang.String Copyright)
void
setDateTaken(java.lang.String DateTaken)
void
setJCOInstance(JCObject instance)
void
SetQuery(java.lang.String query, NetObject value)
void
setRating(int Rating)
void
setSubject(java.lang.String Subject)
void
setTitle(java.lang.String Title)
-
Methods inherited from class system.windows.media.ImageMetadata
CloneNewImageMetadata
-
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
-
-
-
-
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.BitmapMetadata- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BitmapMetadata
public BitmapMetadata(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
BitmapMetadata
public BitmapMetadata() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BitmapMetadata
public BitmapMetadata(java.lang.String containerFormat) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, InvalidOperationException, MissingMethodException, TargetInvocationException
-
-
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 classImageMetadata
- 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 classImageMetadata
- 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 classImageMetadata
- 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 classImageMetadata
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classImageMetadata
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classImageMetadata
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static BitmapMetadata cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoBitmapMetadata
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
BitmapMetadata
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ContainsQuery
public boolean ContainsQuery(java.lang.String query) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
GetQuery
public NetObject GetQuery(java.lang.String query) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException
-
CloneNewBitmapMetadata
public BitmapMetadata CloneNewBitmapMetadata() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, SecurityException, IOException, ArgumentOutOfRangeException, NotSupportedException
-
RemoveQuery
public void RemoveQuery(java.lang.String query) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
-
SetQuery
public void SetQuery(java.lang.String query, NetObject value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotSupportedException, MissingMethodException, TargetInvocationException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ArgumentException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
AccessViolationException
NotSupportedException
MissingMethodException
TargetInvocationException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
getIsFixedSize
public boolean getIsFixedSize() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
getRating
public int getRating() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException
-
setRating
public void setRating(int Rating) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException, MissingMethodException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
AccessViolationException
NotImplementedException
NotSupportedException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
getApplicationName
public java.lang.String getApplicationName() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException
-
setApplicationName
public void setApplicationName(java.lang.String ApplicationName) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException, MissingMethodException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
AccessViolationException
NotImplementedException
NotSupportedException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
getCameraManufacturer
public java.lang.String getCameraManufacturer() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException
-
setCameraManufacturer
public void setCameraManufacturer(java.lang.String CameraManufacturer) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException, MissingMethodException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
AccessViolationException
NotImplementedException
NotSupportedException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
getCameraModel
public java.lang.String getCameraModel() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException
-
setCameraModel
public void setCameraModel(java.lang.String CameraModel) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException, MissingMethodException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
AccessViolationException
NotImplementedException
NotSupportedException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
getComment
public java.lang.String getComment() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException
-
setComment
public void setComment(java.lang.String Comment) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException, MissingMethodException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
AccessViolationException
NotImplementedException
NotSupportedException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
getCopyright
public java.lang.String getCopyright() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException
-
setCopyright
public void setCopyright(java.lang.String Copyright) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException, MissingMethodException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
AccessViolationException
NotImplementedException
NotSupportedException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
getDateTaken
public java.lang.String getDateTaken() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException, OverflowException, TypeLoadException, MissingMethodException, TargetInvocationException, CultureNotFoundException, TypeInitializationException, IndexOutOfRangeException, FormatException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
AccessViolationException
NotImplementedException
NotSupportedException
OverflowException
TypeLoadException
MissingMethodException
TargetInvocationException
CultureNotFoundException
TypeInitializationException
IndexOutOfRangeException
FormatException
NullReferenceException
-
setDateTaken
public void setDateTaken(java.lang.String DateTaken) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, TypeInitializationException, InvalidOperationException, ArgumentException, CultureNotFoundException, NotSupportedException, NullReferenceException, OverflowException, AccessViolationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, KeyNotFoundException, MissingMethodException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
TypeInitializationException
InvalidOperationException
ArgumentException
CultureNotFoundException
NotSupportedException
NullReferenceException
OverflowException
AccessViolationException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
OutOfMemoryException
KeyNotFoundException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
getFormat
public java.lang.String getFormat() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
-
getLocation
public java.lang.String getLocation() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
-
getSubject
public java.lang.String getSubject() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException
-
setSubject
public void setSubject(java.lang.String Subject) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException, MissingMethodException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
AccessViolationException
NotImplementedException
NotSupportedException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
getTitle
public java.lang.String getTitle() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException
-
setTitle
public void setTitle(java.lang.String Title) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException, MissingMethodException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
AccessViolationException
NotImplementedException
NotSupportedException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
-