com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.renderers
Interface IJCWidgetTextRenderer.TextFormatInfo

Enclosing interface:
IJCWidgetTextRenderer

public static interface IJCWidgetTextRenderer.TextFormatInfo


Method Summary
 Color getBackground()
           
 Font getFont()
           
 Color getForeground()
           
 int getHorizontalAlignment()
          Returns the alignment of the label's contents along the X axis.
 boolean getLineWrap()
           
 String getValueAsText()
           
 int getVerticalAlignment()
          Returns the alignment of the label's contents along the Y axis.
 

Method Detail

getValueAsText

String getValueAsText()

getFont

Font getFont()

getHorizontalAlignment

int getHorizontalAlignment()
Returns the alignment of the label's contents along the X axis.

Returns:
Either the value of the horizontalAlignment property as specified by constants defined in SwingConstants: LEFT, CENTER, RIGHT, LEADING or TRAILING or alignment constant from StyleConstants: ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT or ALIGN_JUSTIFIED.

getVerticalAlignment

int getVerticalAlignment()
Returns the alignment of the label's contents along the Y axis.

Returns:
The value of the verticalAlignment property, one of the following constants defined in SwingConstants: TOP, CENTER, or BOTTOM.

getBackground

Color getBackground()

getForeground

Color getForeground()

getLineWrap

boolean getLineWrap()

com.im.ijc.core/1 5.9.4