Table of Contents

Class StyleConstants

Namespace
Javax.Swing.Text
Assembly
MASES.JNet.dll
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

int

ALIGN_JUSTIFIED

public static int ALIGN_JUSTIFIED { get; }

Property Value

int

ALIGN_LEFT

public static int ALIGN_LEFT { get; }

Property Value

int

ALIGN_RIGHT

public static int ALIGN_RIGHT { get; }

Property Value

int

Alignment

public static object Alignment { get; }

Property Value

object

Background

public static object Background { get; }

Property Value

object

BidiLevel

public static object BidiLevel { get; }

Property Value

object

Bold

public static object Bold { get; }

Property Value

object

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ComponentAttribute

public static object ComponentAttribute { get; }

Property Value

object

ComponentElementName

public static String ComponentElementName { get; }

Property Value

String

ComposedTextAttribute

public static object ComposedTextAttribute { get; }

Property Value

object

Family

public static object Family { get; }

Property Value

object

FirstLineIndent

public static object FirstLineIndent { get; }

Property Value

object

FontFamily

public static object FontFamily { get; }

Property Value

object

FontSize

public static object FontSize { get; }

Property Value

object

Foreground

public static object Foreground { get; }

Property Value

object

IconAttribute

public static object IconAttribute { get; }

Property Value

object

IconElementName

public static String IconElementName { get; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Italic

public static object Italic { get; }

Property Value

object

LeftIndent

public static object LeftIndent { get; }

Property Value

object

LineSpacing

public static object LineSpacing { get; }

Property Value

object

ModelAttribute

public static object ModelAttribute { get; }

Property Value

object

NameAttribute

public static object NameAttribute { get; }

Property Value

object

Orientation

public static object Orientation { get; }

Property Value

object

ResolveAttribute

public static object ResolveAttribute { get; }

Property Value

object

RightIndent

public static object RightIndent { get; }

Property Value

object

Size

public static object Size { get; }

Property Value

object

SpaceAbove

public static object SpaceAbove { get; }

Property Value

object

SpaceBelow

public static object SpaceBelow { get; }

Property Value

object

StrikeThrough

public static object StrikeThrough { get; }

Property Value

object

Subscript

public static object Subscript { get; }

Property Value

object

Superscript

public static object Superscript { get; }

Property Value

object

TabSet

public static object TabSet { get; }

Property Value

object

Underline

public static object Underline { get; }

Property Value

object

Methods

GetAlignment(AttributeSet)

public static int GetAlignment(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

int

int

GetBackground(AttributeSet)

public static Color GetBackground(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

Color

Color

GetBidiLevel(AttributeSet)

public static int GetBidiLevel(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

int

int

GetComponent(AttributeSet)

public static Component GetComponent(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

Component

Component

GetFirstLineIndent(AttributeSet)

public static float GetFirstLineIndent(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

float

float

GetFontFamily(AttributeSet)

public static String GetFontFamily(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

String

String

GetFontSize(AttributeSet)

public static int GetFontSize(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

int

int

GetForeground(AttributeSet)

public static Color GetForeground(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

Color

Color

GetIcon(AttributeSet)

public static Icon GetIcon(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

Icon

Icon

GetLeftIndent(AttributeSet)

public static float GetLeftIndent(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

float

float

GetLineSpacing(AttributeSet)

public static float GetLineSpacing(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

float

float

GetRightIndent(AttributeSet)

public static float GetRightIndent(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

float

float

GetSpaceAbove(AttributeSet)

public static float GetSpaceAbove(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

float

float

GetSpaceBelow(AttributeSet)

public static float GetSpaceBelow(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

float

float

GetTabSet(AttributeSet)

public static TabSet GetTabSet(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

TabSet

TabSet

IsBold(AttributeSet)

public static bool IsBold(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

bool

bool

IsItalic(AttributeSet)

public static bool IsItalic(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

bool

bool

IsStrikeThrough(AttributeSet)

public static bool IsStrikeThrough(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

bool

bool

IsSubscript(AttributeSet)

public static bool IsSubscript(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

bool

bool

IsSuperscript(AttributeSet)

public static bool IsSuperscript(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

bool

bool

IsUnderline(AttributeSet)

public static bool IsUnderline(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

bool

bool

SetAlignment(MutableAttributeSet, int)

public static void SetAlignment(MutableAttributeSet arg0, int arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 int

int

SetBackground(MutableAttributeSet, Color)

public static void SetBackground(MutableAttributeSet arg0, Color arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 Color

Color

SetBidiLevel(MutableAttributeSet, int)

public static void SetBidiLevel(MutableAttributeSet arg0, int arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 int

int

SetBold(MutableAttributeSet, bool)

public static void SetBold(MutableAttributeSet arg0, bool arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 bool

bool

SetComponent(MutableAttributeSet, Component)

public static void SetComponent(MutableAttributeSet arg0, Component arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 Component

Component

SetFirstLineIndent(MutableAttributeSet, float)

public static void SetFirstLineIndent(MutableAttributeSet arg0, float arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 float

float

SetFontFamily(MutableAttributeSet, String)

public static void SetFontFamily(MutableAttributeSet arg0, String arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 String

String

SetFontSize(MutableAttributeSet, int)

public static void SetFontSize(MutableAttributeSet arg0, int arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 int

int

SetForeground(MutableAttributeSet, Color)

public static void SetForeground(MutableAttributeSet arg0, Color arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 Color

Color

SetIcon(MutableAttributeSet, Icon)

public static void SetIcon(MutableAttributeSet arg0, Icon arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 Icon

Icon

SetItalic(MutableAttributeSet, bool)

public static void SetItalic(MutableAttributeSet arg0, bool arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 bool

bool

SetLeftIndent(MutableAttributeSet, float)

public static void SetLeftIndent(MutableAttributeSet arg0, float arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 float

float

SetLineSpacing(MutableAttributeSet, float)

public static void SetLineSpacing(MutableAttributeSet arg0, float arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 float

float

SetRightIndent(MutableAttributeSet, float)

public static void SetRightIndent(MutableAttributeSet arg0, float arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 float

float

SetSpaceAbove(MutableAttributeSet, float)

public static void SetSpaceAbove(MutableAttributeSet arg0, float arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 float

float

SetSpaceBelow(MutableAttributeSet, float)

public static void SetSpaceBelow(MutableAttributeSet arg0, float arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 float

float

SetStrikeThrough(MutableAttributeSet, bool)

public static void SetStrikeThrough(MutableAttributeSet arg0, bool arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 bool

bool

SetSubscript(MutableAttributeSet, bool)

public static void SetSubscript(MutableAttributeSet arg0, bool arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 bool

bool

SetSuperscript(MutableAttributeSet, bool)

public static void SetSuperscript(MutableAttributeSet arg0, bool arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 bool

bool

SetTabSet(MutableAttributeSet, TabSet)

public static void SetTabSet(MutableAttributeSet arg0, TabSet arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 TabSet

TabSet

SetUnderline(MutableAttributeSet, bool)

public static void SetUnderline(MutableAttributeSet arg0, bool arg1)

Parameters

arg0 MutableAttributeSet

MutableAttributeSet

arg1 bool

bool