Class StyleConstants
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/StyleConstants.html
public class StyleConstants : JVMBridgeBase<StyleConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
StyleConstants
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
StyleConstants()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public StyleConstants()
StyleConstants(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 StyleConstants(params object[] args)
Parameters
args
object[]
Properties
ALIGN_CENTER
public static int ALIGN_CENTER { get; }
Property Value
ALIGN_JUSTIFIED
public static int ALIGN_JUSTIFIED { get; }
Property Value
ALIGN_LEFT
public static int ALIGN_LEFT { get; }
Property Value
ALIGN_RIGHT
public static int ALIGN_RIGHT { get; }
Property Value
Alignment
public static object Alignment { get; }
Property Value
Background
public static object Background { get; }
Property Value
BidiLevel
public static object BidiLevel { get; }
Property Value
Bold
public static object Bold { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ComponentAttribute
public static object ComponentAttribute { get; }
Property Value
ComponentElementName
public static String ComponentElementName { get; }
Property Value
ComposedTextAttribute
public static object ComposedTextAttribute { get; }
Property Value
Family
public static object Family { get; }
Property Value
FirstLineIndent
public static object FirstLineIndent { get; }
Property Value
FontFamily
public static object FontFamily { get; }
Property Value
FontSize
public static object FontSize { get; }
Property Value
Foreground
public static object Foreground { get; }
Property Value
IconAttribute
public static object IconAttribute { get; }
Property Value
IconElementName
public static String IconElementName { 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
Italic
public static object Italic { get; }
Property Value
LeftIndent
public static object LeftIndent { get; }
Property Value
LineSpacing
public static object LineSpacing { get; }
Property Value
ModelAttribute
public static object ModelAttribute { get; }
Property Value
NameAttribute
public static object NameAttribute { get; }
Property Value
Orientation
public static object Orientation { get; }
Property Value
ResolveAttribute
public static object ResolveAttribute { get; }
Property Value
RightIndent
public static object RightIndent { get; }
Property Value
Size
public static object Size { get; }
Property Value
SpaceAbove
public static object SpaceAbove { get; }
Property Value
SpaceBelow
public static object SpaceBelow { get; }
Property Value
StrikeThrough
public static object StrikeThrough { get; }
Property Value
Subscript
public static object Subscript { get; }
Property Value
Superscript
public static object Superscript { get; }
Property Value
TabSet
public static object TabSet { get; }
Property Value
Underline
public static object Underline { get; }
Property Value
Methods
GetAlignment(AttributeSet)
public static int GetAlignment(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetBackground(AttributeSet)
public static Color GetBackground(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetBidiLevel(AttributeSet)
public static int GetBidiLevel(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetComponent(AttributeSet)
public static Component GetComponent(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetFirstLineIndent(AttributeSet)
public static float GetFirstLineIndent(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetFontFamily(AttributeSet)
public static String GetFontFamily(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetFontSize(AttributeSet)
public static int GetFontSize(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetForeground(AttributeSet)
public static Color GetForeground(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetIcon(AttributeSet)
public static Icon GetIcon(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetLeftIndent(AttributeSet)
public static float GetLeftIndent(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetLineSpacing(AttributeSet)
public static float GetLineSpacing(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetRightIndent(AttributeSet)
public static float GetRightIndent(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetSpaceAbove(AttributeSet)
public static float GetSpaceAbove(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetSpaceBelow(AttributeSet)
public static float GetSpaceBelow(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetTabSet(AttributeSet)
public static TabSet GetTabSet(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
IsBold(AttributeSet)
public static bool IsBold(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
IsItalic(AttributeSet)
public static bool IsItalic(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
IsStrikeThrough(AttributeSet)
public static bool IsStrikeThrough(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
IsSubscript(AttributeSet)
public static bool IsSubscript(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
IsSuperscript(AttributeSet)
public static bool IsSuperscript(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
IsUnderline(AttributeSet)
public static bool IsUnderline(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
SetAlignment(MutableAttributeSet, int)
public static void SetAlignment(MutableAttributeSet arg0, int arg1)
Parameters
arg0
MutableAttributeSetarg1
int
SetBackground(MutableAttributeSet, Color)
public static void SetBackground(MutableAttributeSet arg0, Color arg1)
Parameters
arg0
MutableAttributeSetarg1
Color
SetBidiLevel(MutableAttributeSet, int)
public static void SetBidiLevel(MutableAttributeSet arg0, int arg1)
Parameters
arg0
MutableAttributeSetarg1
int
SetBold(MutableAttributeSet, bool)
public static void SetBold(MutableAttributeSet arg0, bool arg1)
Parameters
arg0
MutableAttributeSetarg1
bool
SetComponent(MutableAttributeSet, Component)
public static void SetComponent(MutableAttributeSet arg0, Component arg1)
Parameters
SetFirstLineIndent(MutableAttributeSet, float)
public static void SetFirstLineIndent(MutableAttributeSet arg0, float arg1)
Parameters
arg0
MutableAttributeSetarg1
float
SetFontFamily(MutableAttributeSet, String)
public static void SetFontFamily(MutableAttributeSet arg0, String arg1)
Parameters
arg0
MutableAttributeSetarg1
String
SetFontSize(MutableAttributeSet, int)
public static void SetFontSize(MutableAttributeSet arg0, int arg1)
Parameters
arg0
MutableAttributeSetarg1
int
SetForeground(MutableAttributeSet, Color)
public static void SetForeground(MutableAttributeSet arg0, Color arg1)
Parameters
arg0
MutableAttributeSetarg1
Color
SetIcon(MutableAttributeSet, Icon)
public static void SetIcon(MutableAttributeSet arg0, Icon arg1)
Parameters
arg0
MutableAttributeSetarg1
Icon
SetItalic(MutableAttributeSet, bool)
public static void SetItalic(MutableAttributeSet arg0, bool arg1)
Parameters
arg0
MutableAttributeSetarg1
bool
SetLeftIndent(MutableAttributeSet, float)
public static void SetLeftIndent(MutableAttributeSet arg0, float arg1)
Parameters
arg0
MutableAttributeSetarg1
float
SetLineSpacing(MutableAttributeSet, float)
public static void SetLineSpacing(MutableAttributeSet arg0, float arg1)
Parameters
arg0
MutableAttributeSetarg1
float
SetRightIndent(MutableAttributeSet, float)
public static void SetRightIndent(MutableAttributeSet arg0, float arg1)
Parameters
arg0
MutableAttributeSetarg1
float
SetSpaceAbove(MutableAttributeSet, float)
public static void SetSpaceAbove(MutableAttributeSet arg0, float arg1)
Parameters
arg0
MutableAttributeSetarg1
float
SetSpaceBelow(MutableAttributeSet, float)
public static void SetSpaceBelow(MutableAttributeSet arg0, float arg1)
Parameters
arg0
MutableAttributeSetarg1
float
SetStrikeThrough(MutableAttributeSet, bool)
public static void SetStrikeThrough(MutableAttributeSet arg0, bool arg1)
Parameters
arg0
MutableAttributeSetarg1
bool
SetSubscript(MutableAttributeSet, bool)
public static void SetSubscript(MutableAttributeSet arg0, bool arg1)
Parameters
arg0
MutableAttributeSetarg1
bool
SetSuperscript(MutableAttributeSet, bool)
public static void SetSuperscript(MutableAttributeSet arg0, bool arg1)
Parameters
arg0
MutableAttributeSetarg1
bool
SetTabSet(MutableAttributeSet, TabSet)
public static void SetTabSet(MutableAttributeSet arg0, TabSet arg1)
Parameters
arg0
MutableAttributeSetarg1
TabSet
SetUnderline(MutableAttributeSet, bool)
public static void SetUnderline(MutableAttributeSet arg0, bool arg1)
Parameters
arg0
MutableAttributeSetarg1
bool