Interface NoteProperties
-
public interface NoteProperties
-
-
Field Summary
Fields Modifier and Type Field Description static java.awt.Color
DEFAULT_COLOR
static java.awt.Font
DEFAULT_FONT
static Property<java.lang.String>
Note
static Property<java.awt.Color>
NoteBackground
static Property<java.awt.Font>
NoteFont
static 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
-
-