Class MediaSize.ISO
public class MediaSize.ISO : JVMBridgeBase<MediaSize.ISO>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
MediaSize.ISO
- Implements
- Inherited Members
-
JVMBridgeBase<MediaSize.ISO>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<MediaSize.ISO>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])
- Extension Methods
Constructors
ISO()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ISO()
ISO(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public ISO(params object[] args)
Parameters
args
object[]
Properties
A0
public static MediaSize A0 { get; }
Property Value
A1
public static MediaSize A1 { get; }
Property Value
A10
public static MediaSize A10 { get; }
Property Value
A2
public static MediaSize A2 { get; }
Property Value
A3
public static MediaSize A3 { get; }
Property Value
A4
public static MediaSize A4 { get; }
Property Value
A5
public static MediaSize A5 { get; }
Property Value
A6
public static MediaSize A6 { get; }
Property Value
A7
public static MediaSize A7 { get; }
Property Value
A8
public static MediaSize A8 { get; }
Property Value
A9
public static MediaSize A9 { get; }
Property Value
B0
public static MediaSize B0 { get; }
Property Value
B1
public static MediaSize B1 { get; }
Property Value
B10
public static MediaSize B10 { get; }
Property Value
B2
public static MediaSize B2 { get; }
Property Value
B3
public static MediaSize B3 { get; }
Property Value
B4
public static MediaSize B4 { get; }
Property Value
B5
public static MediaSize B5 { get; }
Property Value
B6
public static MediaSize B6 { get; }
Property Value
B7
public static MediaSize B7 { get; }
Property Value
B8
public static MediaSize B8 { get; }
Property Value
B9
public static MediaSize B9 { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
C3
public static MediaSize C3 { get; }
Property Value
C4
public static MediaSize C4 { get; }
Property Value
C5
public static MediaSize C5 { get; }
Property Value
C6
public static MediaSize C6 { get; }
Property Value
DESIGNATED_LONG
public static MediaSize DESIGNATED_LONG { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }