diff options
author | Keith Packard <keithp@keithp.com> | 2017-11-11 16:08:32 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-11-11 16:36:56 -0800 |
commit | 5b6805d1a6a91a26a1892f414a99f0184871ac1a (patch) | |
tree | d072cada406fab1a98028f006f4d6d1c69361a0e /altosuilib/AltosShapeListener.java | |
parent | 82e552d194216b41d27d805bee2947127c2d555b (diff) |
altosuilib: New line styles and colors for graphs. Selectable line width
Improve the readability of graphs by offering a better selection of
colors and adding line styles. Let the user configure the line width
as desired.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosShapeListener.java')
-rw-r--r-- | altosuilib/AltosShapeListener.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosuilib/AltosShapeListener.java b/altosuilib/AltosShapeListener.java index 082b6135..6bf52fd4 100644 --- a/altosuilib/AltosShapeListener.java +++ b/altosuilib/AltosShapeListener.java @@ -16,4 +16,5 @@ package org.altusmetrum.altosuilib_12; public interface AltosShapeListener { void set_shapes_visible(boolean visible); + void set_line_width(float width); } |