Interface NoteProperties
- 
 public interface NoteProperties
- 
- 
Field SummaryFields 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_FONTstatic final java.awt.Font DEFAULT_FONT 
 - 
DEFAULT_COLORstatic final java.awt.Color DEFAULT_COLOR 
 - 
Notestatic final Property<java.lang.String> Note 
 - 
NoteFontstatic final Property<java.awt.Font> NoteFont 
 - 
NoteBackgroundstatic final Property<java.awt.Color> NoteBackground 
 - 
NoteForegroundstatic final Property<java.awt.Color> NoteForeground 
 
- 
 
-