GLG Toolkit, Java Class Library  Version 4.5
GlgControlPointType

Specifies control point type. More...

Detailed Description

Specifies control point type.

Constants

static final int DEFAULT_POINT_TYPE = 0
 Control points and attachment points. More...
 
static final int GLG_CONTROL_AND_ATTACHMENT_POINTS = 17
 Control points and attachment points. More...
 
static final int GLG_CONTROL_POINTS = 1
 Control points only. More...
 

Variable Documentation

◆ DEFAULT_POINT_TYPE

final int DEFAULT_POINT_TYPE = 0
static

Control points and attachment points.

◆ GLG_CONTROL_AND_ATTACHMENT_POINTS

final int GLG_CONTROL_AND_ATTACHMENT_POINTS = 17
static

Control points and attachment points.

◆ GLG_CONTROL_POINTS

final int GLG_CONTROL_POINTS = 1
static

Control points only.