Class CSSPrimitiveValue
public class CSSPrimitiveValue : CSSValue, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICSSPrimitiveValue, ICSSValue
- Inheritance
-
CSSPrimitiveValue
- Implements
- Inherited Members
-
JVMBridgeBase<CSSValue>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])
- Extension Methods
Constructors
CSSPrimitiveValue()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("CSSPrimitiveValue class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CSSPrimitiveValue()
CSSPrimitiveValue(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
[Obsolete("CSSPrimitiveValue class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CSSPrimitiveValue(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CSS_ATTR
public static short CSS_ATTR { get; }
Property Value
CSS_CM
public static short CSS_CM { get; }
Property Value
CSS_COUNTER
public static short CSS_COUNTER { get; }
Property Value
CSS_DEG
public static short CSS_DEG { get; }
Property Value
CSS_DIMENSION
public static short CSS_DIMENSION { get; }
Property Value
CSS_EMS
public static short CSS_EMS { get; }
Property Value
CSS_EXS
public static short CSS_EXS { get; }
Property Value
CSS_GRAD
public static short CSS_GRAD { get; }
Property Value
CSS_HZ
public static short CSS_HZ { get; }
Property Value
CSS_IDENT
public static short CSS_IDENT { get; }
Property Value
CSS_IN
public static short CSS_IN { get; }
Property Value
CSS_KHZ
public static short CSS_KHZ { get; }
Property Value
CSS_MM
public static short CSS_MM { get; }
Property Value
CSS_MS
public static short CSS_MS { get; }
Property Value
CSS_NUMBER
public static short CSS_NUMBER { get; }
Property Value
CSS_PC
public static short CSS_PC { get; }
Property Value
CSS_PERCENTAGE
public static short CSS_PERCENTAGE { get; }
Property Value
CSS_PT
public static short CSS_PT { get; }
Property Value
CSS_PX
public static short CSS_PX { get; }
Property Value
CSS_RAD
public static short CSS_RAD { get; }
Property Value
CSS_RECT
public static short CSS_RECT { get; }
Property Value
CSS_RGBCOLOR
public static short CSS_RGBCOLOR { get; }
Property Value
CSS_S
public static short CSS_S { get; }
Property Value
CSS_STRING
public static short CSS_STRING { get; }
Property Value
CSS_UNKNOWN
public static short CSS_UNKNOWN { get; }
Property Value
CSS_URI
public static short CSS_URI { get; }
Property Value
CounterValue
public Counter CounterValue { 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
PrimitiveType
public short PrimitiveType { get; }
Property Value
RGBColorValue
public RGBColor RGBColorValue { get; }
Property Value
RectValue
public Rect RectValue { get; }
Property Value
StringValue
public String StringValue { get; }
Property Value
Methods
GetFloatValue(short)
public float GetFloatValue(short arg0)
Parameters
Returns
Exceptions
SetFloatValue(short, float)
public void SetFloatValue(short arg0, float arg1)
Parameters
Exceptions
SetStringValue(short, String)
public void SetStringValue(short arg0, String arg1)