Interface XYGraphFlags
public interface XYGraphFlags
Bits for flags that the XYGraph package uses
-
Field Summary
Fields Modifier and Type Field Description static int
COMBINED_ZOOM
Create toolbar with combined zoom in/out buttons (default).static int
SEPARATE_ZOOM
Create toolbar with separate horizontal/vertical zoom buttons.static int
STAGGER
Create toolbar with 'stagger' button instead of 'autoscale'.
-
Field Details
-
COMBINED_ZOOM
static final int COMBINED_ZOOMCreate toolbar with combined zoom in/out buttons (default).- See Also:
ToolbarArmedXYGraph
, Constant Field Values
-
SEPARATE_ZOOM
static final int SEPARATE_ZOOMCreate toolbar with separate horizontal/vertical zoom buttons.- See Also:
ToolbarArmedXYGraph
, Constant Field Values
-
STAGGER
static final int STAGGERCreate toolbar with 'stagger' button instead of 'autoscale'.- See Also:
ToolbarArmedXYGraph
, Constant Field Values
-