Interface NoteProperties
- 
public interface NoteProperties 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.awt.ColorDEFAULT_COLORstatic java.awt.FontDEFAULT_FONTstatic Property<java.lang.String>Notestatic Property<java.awt.Color>NoteBackgroundstatic Property<java.awt.Font>NoteFontstatic Property<java.awt.Color>NoteForeground 
 - 
 
- 
- 
Field Detail
- 
DEFAULT_FONT
static final java.awt.Font DEFAULT_FONT
 
- 
DEFAULT_COLOR
static final java.awt.Color DEFAULT_COLOR
 
- 
Note
static final Property<java.lang.String> Note
 
- 
NoteFont
static final Property<java.awt.Font> NoteFont
 
- 
NoteBackground
static final Property<java.awt.Color> NoteBackground
 
- 
NoteForeground
static final Property<java.awt.Color> NoteForeground
 
 - 
 
 -