GLG Toolkit, Java Class Library  Version 4.5
GlgMarkerType

Specifies marker type binary flags that may be combined with bitwise OR. More...

Detailed Description

Specifies marker type binary flags that may be combined with bitwise OR.

Constants

static final int BOX = 0x2
 MarkerType constant. More...
 
static final int CIRCLE = 0x8
 MarkerType constant. More...
 
static final int CROSS = 0x1
 MarkerType constant. More...
 
static final int CROSS_BOX = ( 0x1 | 0x2 )
 Composite MarkerType constant. More...
 
static final int CROSS_CIRCLE = ( 0x1 | 0x8 )
 Composite MarkerType constant. More...
 
static final int CROSS_DIAMOND = ( 0x1 | 0x40 )
 Composite MarkerType constant. More...
 
static final int DIAGONAL_CROSS = 0x100
 MarkerType constant. More...
 
static final int DIAMOND = 0x40
 MarkerType constant. More...
 
static final int DOT = 0x20
 MarkerType constant. More...
 
static final int FILLED_BOX = 0x4
 MarkerType constant. More...
 
static final int FILLED_CIRCLE = 0x10
 MarkerType constant. More...
 
static final int FILLED_DIAMOND = 0x80
 MarkerType constant. More...
 
static final int HLINE = 0x200
 MarkerType constant. More...
 
static final int VLINE = 0x400
 MarkerType constant. More...
 

Variable Documentation

◆ BOX

final int BOX = 0x2
static

MarkerType constant.

◆ CIRCLE

final int CIRCLE = 0x8
static

MarkerType constant.

◆ CROSS

final int CROSS = 0x1
static

MarkerType constant.

◆ CROSS_BOX

final int CROSS_BOX = ( 0x1 | 0x2 )
static

Composite MarkerType constant.

◆ CROSS_CIRCLE

final int CROSS_CIRCLE = ( 0x1 | 0x8 )
static

Composite MarkerType constant.

◆ CROSS_DIAMOND

final int CROSS_DIAMOND = ( 0x1 | 0x40 )
static

Composite MarkerType constant.

◆ DIAGONAL_CROSS

final int DIAGONAL_CROSS = 0x100
static

MarkerType constant.

◆ DIAMOND

final int DIAMOND = 0x40
static

MarkerType constant.

◆ DOT

final int DOT = 0x20
static

MarkerType constant.

◆ FILLED_BOX

final int FILLED_BOX = 0x4
static

MarkerType constant.

◆ FILLED_CIRCLE

final int FILLED_CIRCLE = 0x10
static

MarkerType constant.

◆ FILLED_DIAMOND

final int FILLED_DIAMOND = 0x80
static

MarkerType constant.

◆ HLINE

final int HLINE = 0x200
static

MarkerType constant.

◆ VLINE

final int VLINE = 0x400
static

MarkerType constant.