Class GraphicAttribute
public class GraphicAttribute : JVMBridgeBase<GraphicAttribute>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<GraphicAttribute>GraphicAttribute
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<GraphicAttribute>.IsAssignableFrom(IJavaType)JVMBridgeBase<GraphicAttribute>.IsAssignableFrom<T>()JVMBridgeBase<GraphicAttribute>.Execute<T>(params T[])JVMBridgeBase<GraphicAttribute>.DynBridgeClazzJVMBridgeBase<GraphicAttribute>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
GraphicAttribute()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("GraphicAttribute 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 GraphicAttribute()
GraphicAttribute(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("GraphicAttribute 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 GraphicAttribute(params object[] args)
Parameters
args
object[]
Properties
Advance
public float Advance { get; }
Property Value
Alignment
public int Alignment { get; }
Property Value
Ascent
public float Ascent { get; }
Property Value
BOTTOM_ALIGNMENT
public static int BOTTOM_ALIGNMENT { get; }
Property Value
Bounds
public Rectangle2D Bounds { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CENTER_BASELINE
public static int CENTER_BASELINE { get; }
Property Value
Descent
public float Descent { get; }
Property Value
HANGING_BASELINE
public static int HANGING_BASELINE { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
JustificationInfo
public GlyphJustificationInfo JustificationInfo { get; }
Property Value
ROMAN_BASELINE
public static int ROMAN_BASELINE { get; }
Property Value
TOP_ALIGNMENT
public static int TOP_ALIGNMENT { get; }
Property Value
Methods
Draw(Graphics2D, float, float)
public void Draw(Graphics2D arg0, float arg1, float arg2)
Parameters
arg0
Graphics2Darg1
floatarg2
float
GetOutline(AffineTransform)
public Shape GetOutline(AffineTransform arg0)