Class DocFlavor.URL
public class DocFlavor.URL : DocFlavor, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
DocFlavor.URL
- Implements
- Inherited Members
- Extension Methods
Constructors
URL()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public URL()
URL(String)
public URL(String arg0)
Parameters
URL(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 URL(params object[] args)
Parameters
args
object[]
Properties
AUTOSENSE
public static DocFlavor.URL AUTOSENSE { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
GIF
public static DocFlavor.URL GIF { 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; }
Property Value
JPEG
public static DocFlavor.URL JPEG { get; }
Property Value
PCL
public static DocFlavor.URL PCL { get; }
Property Value
public static DocFlavor.URL PDF { get; }
Property Value
PNG
public static DocFlavor.URL PNG { get; }
Property Value
POSTSCRIPT
public static DocFlavor.URL POSTSCRIPT { get; }
Property Value
TEXT_HTML_HOST
public static DocFlavor.URL TEXT_HTML_HOST { get; }
Property Value
TEXT_HTML_US_ASCII
public static DocFlavor.URL TEXT_HTML_US_ASCII { get; }
Property Value
TEXT_HTML_UTF_16
public static DocFlavor.URL TEXT_HTML_UTF_16 { get; }
Property Value
TEXT_HTML_UTF_16BE
public static DocFlavor.URL TEXT_HTML_UTF_16BE { get; }
Property Value
TEXT_HTML_UTF_16LE
public static DocFlavor.URL TEXT_HTML_UTF_16LE { get; }
Property Value
TEXT_HTML_UTF_8
public static DocFlavor.URL TEXT_HTML_UTF_8 { get; }
Property Value
TEXT_PLAIN_HOST
public static DocFlavor.URL TEXT_PLAIN_HOST { get; }
Property Value
TEXT_PLAIN_US_ASCII
public static DocFlavor.URL TEXT_PLAIN_US_ASCII { get; }
Property Value
TEXT_PLAIN_UTF_16
public static DocFlavor.URL TEXT_PLAIN_UTF_16 { get; }
Property Value
TEXT_PLAIN_UTF_16BE
public static DocFlavor.URL TEXT_PLAIN_UTF_16BE { get; }
Property Value
TEXT_PLAIN_UTF_16LE
public static DocFlavor.URL TEXT_PLAIN_UTF_16LE { get; }
Property Value
TEXT_PLAIN_UTF_8
public static DocFlavor.URL TEXT_PLAIN_UTF_8 { get; }