Search this API

y.view
Interface View2DConstants

All Known Implementing Classes:
Graph2DView, Overview

public interface View2DConstants

Constants useful in Graph2DView.

 

Field Summary
static int GRID_CROSS
          Grid type specifier.
static int GRID_LINES
          Grid type specifier.
static int GRID_NONE
          Grid type specifier.
static int GRID_POINTS
          Grid type specifier.
 

Field Detail

GRID_NONE

static final int GRID_NONE
Grid type specifier. Means that no grid should be used.

See Also:
Graph2DView.setGridType(int)., Constant Field Values

GRID_LINES

static final int GRID_LINES
Grid type specifier. Means that a grid is displayed as solid lines.

See Also:
Graph2DView.setGridType(int)., Constant Field Values

GRID_POINTS

static final int GRID_POINTS
Grid type specifier. Means that a grid is displayed as points at the grid points.

See Also:
Graph2DView.setGridType(int)., Constant Field Values

GRID_CROSS

static final int GRID_CROSS
Grid type specifier. Means that a grid is displayed as small crosses at the grid points.

See Also:
Graph2DView.setGridType(int)., Constant Field Values

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.