public class CaptionUI
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
TextAlignment |
getAlignment()
Gets the text
|
java.awt.Color |
getColor()
Gets the
|
java.awt.Font |
getFont()
Gets the
|
Padding |
getPadding()
Gets caption paddings
|
java.lang.String |
getText()
Gets the content of the caption.
|
boolean |
getVisible()
Gets a value indicates whether the
|
void |
setAlignment(TextAlignment value)
Sets the text
|
void |
setColor(java.awt.Color value)
Sets the
|
void |
setFont(java.awt.Font value)
Gets the
|
void |
setText(java.lang.String value)
Sets the content of the caption.
|
void |
setVisible(boolean value)
Sets a value indicates whether the
|
java.lang.String |
toString()
Returns a human-readable string representation of this
|
public boolean getVisible()
public void setVisible(boolean value)
public java.awt.Color getColor()
public void setColor(java.awt.Color value)
public java.awt.Font getFont()
public void setFont(java.awt.Font value)
public Padding getPadding()
public TextAlignment getAlignment()
public void setAlignment(TextAlignment value)
public java.lang.String getText()
public void setText(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object