public class Format extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Color |
background |
protected Boolean |
bold |
protected Component |
component |
protected static String[] |
fontFamilies |
protected String |
fontFamily |
protected Integer |
fontSize |
protected Color |
foreground |
protected Boolean |
italic |
protected long |
scn |
protected SimpleAttributeSet |
simpleAttributeSet |
protected Object |
sync |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes() |
Format |
clone() |
List<String> |
fontFamilies() |
Color |
getBackground() |
Boolean |
getBold() |
Component |
getComponent() |
String |
getFontFamily() |
Integer |
getFontSize() |
Color |
getForeground() |
Boolean |
getItalic() |
SimpleAttributeSet |
getSimpleAttributeSet() |
Object |
getSync() |
protected void |
nextscn() |
long |
scn() |
void |
setBackground(Color background) |
void |
setBold(Boolean bold) |
void |
setComponent(Component component) |
void |
setFontFamily(String fontFamily) |
void |
setFontSize(Integer fontSize) |
void |
setForeground(Color foreground) |
void |
setItalic(Boolean italic) |
void |
setSync(Object sync) |
protected transient Object sync
protected long scn
protected Color foreground
protected Color background
protected String fontFamily
protected static String[] fontFamilies
protected Boolean italic
protected Boolean bold
protected Integer fontSize
protected transient Component component
protected transient volatile SimpleAttributeSet simpleAttributeSet
public Format()
public Format(Format sample)
public Object getSync()
public void setSync(Object sync)
public long scn()
protected void nextscn()
public Color getForeground()
public void setForeground(Color foreground)
public Color getBackground()
public void setBackground(Color background)
public String getFontFamily()
public void setFontFamily(String fontFamily)
public Boolean getItalic()
public void setItalic(Boolean italic)
public Boolean getBold()
public void setBold(Boolean bold)
public Integer getFontSize()
public void setFontSize(Integer fontSize)
public Component getComponent()
public void setComponent(Component component)
public SimpleAttributeSet getSimpleAttributeSet()
public AttributeSet attributes()
Copyright © 2018. All rights reserved.