Package system.drawing.imaging
Class WmfPlaceableFileHeader
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.drawing.imaging.WmfPlaceableFileHeader
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class WmfPlaceableFileHeader extends NetObject
The base .NET class managing System.Drawing.Imaging.WmfPlaceableFileHeader, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Imaging.WmfPlaceableFileHeader
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Drawingstatic java.lang.StringclassNameQualified class name: System.Drawing.Imaging.WmfPlaceableFileHeaderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WmfPlaceableFileHeader()WmfPlaceableFileHeader(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WmfPlaceableFileHeadercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoWmfPlaceableFileHeader, a cast assert is made to check if types are compatible.shortgetBboxBottom()shortgetBboxLeft()shortgetBboxRight()shortgetBboxTop()shortgetChecksum()shortgetHmf()shortgetInch()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 TypeintgetKey()intgetReserved()voidsetBboxBottom(short BboxBottom)voidsetBboxLeft(short BboxLeft)voidsetBboxRight(short BboxRight)voidsetBboxTop(short BboxTop)voidsetChecksum(short Checksum)voidsetHmf(short Hmf)voidsetInch(short Inch)voidsetJCOInstance(JCObject instance)voidsetKey(int Key)voidsetReserved(int Reserved)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Drawing- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Drawing.Imaging.WmfPlaceableFileHeader- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WmfPlaceableFileHeader
public WmfPlaceableFileHeader(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
WmfPlaceableFileHeader
public WmfPlaceableFileHeader() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
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(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public 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 WmfPlaceableFileHeader cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoWmfPlaceableFileHeader, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
WmfPlaceableFileHeaderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getBboxBottom
public short getBboxBottom() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setBboxBottom
public void setBboxBottom(short BboxBottom) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getBboxLeft
public short getBboxLeft() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setBboxLeft
public void setBboxLeft(short BboxLeft) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getBboxRight
public short getBboxRight() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setBboxRight
public void setBboxRight(short BboxRight) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getBboxTop
public short getBboxTop() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setBboxTop
public void setBboxTop(short BboxTop) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getChecksum
public short getChecksum() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setChecksum
public void setChecksum(short Checksum) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHmf
public short getHmf() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHmf
public void setHmf(short Hmf) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getInch
public short getInch() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setInch
public void setInch(short Inch) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getKey
public int getKey() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setKey
public void setKey(int Key) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getReserved
public int getReserved() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setReserved
public void setReserved(int Reserved) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-