Class CSSPrimitiveValue
public class CSSPrimitiveValue : CSSValue, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICSSPrimitiveValue, ICSSValue
- Inheritance
-
CSSPrimitiveValue
- Implements
- Inherited Members
- Extension Methods
Constructors
CSSPrimitiveValue(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CSSPrimitiveValue(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CSS_ATTR
public static short CSS_ATTR { get; set; }
Property Value
CSS_CM
public static short CSS_CM { get; set; }
Property Value
CSS_COUNTER
public static short CSS_COUNTER { get; set; }
Property Value
CSS_DEG
public static short CSS_DEG { get; set; }
Property Value
CSS_DIMENSION
public static short CSS_DIMENSION { get; set; }
Property Value
CSS_EMS
public static short CSS_EMS { get; set; }
Property Value
CSS_EXS
public static short CSS_EXS { get; set; }
Property Value
CSS_GRAD
public static short CSS_GRAD { get; set; }
Property Value
CSS_HZ
public static short CSS_HZ { get; set; }
Property Value
CSS_IDENT
public static short CSS_IDENT { get; set; }
Property Value
CSS_IN
public static short CSS_IN { get; set; }
Property Value
CSS_KHZ
public static short CSS_KHZ { get; set; }
Property Value
CSS_MM
public static short CSS_MM { get; set; }
Property Value
CSS_MS
public static short CSS_MS { get; set; }
Property Value
CSS_NUMBER
public static short CSS_NUMBER { get; set; }
Property Value
CSS_PC
public static short CSS_PC { get; set; }
Property Value
CSS_PERCENTAGE
public static short CSS_PERCENTAGE { get; set; }
Property Value
CSS_PT
public static short CSS_PT { get; set; }
Property Value
CSS_PX
public static short CSS_PX { get; set; }
Property Value
CSS_RAD
public static short CSS_RAD { get; set; }
Property Value
CSS_RECT
public static short CSS_RECT { get; set; }
Property Value
CSS_RGBCOLOR
public static short CSS_RGBCOLOR { get; set; }
Property Value
CSS_S
public static short CSS_S { get; set; }
Property Value
CSS_STRING
public static short CSS_STRING { get; set; }
Property Value
CSS_UNKNOWN
public static short CSS_UNKNOWN { get; set; }
Property Value
CSS_URI
public static short CSS_URI { get; set; }
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 java.lang.AutoCloseable
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)