Public Member Functions | |
| InkPCanvas () | |
| void | addInk (Ink ink) |
| Use the Ink object's color. | |
Static Public Attributes | |
| static final Color | DARK_THEMED_INK_COLOR = new Color(0.85f, 0.85f, .95f, 0.8f) |
| static final Color | DEFAULT_INK_COLOR = new Color(0.1f, 0.1f, .1f, 0.9f) |
Package Functions | |
| SuppressWarnings ("unused") private void addInkBezierPaths(List< InkStroke > strokes | |
This software is distributed under the BSD License.
Definition at line 28 of file InkPCanvas.java.
| void addInk | ( | Ink | ink | ) |
Use the Ink object's color.
..
| ink |
Definition at line 69 of file InkPCanvas.java.
References Ink.getColor(), and Ink.getStrokes().
| SuppressWarnings | ( | "unused" | ) | [package] |
1.4.7