GLG Toolkit, Java Class Library  Version 4.5
GlgParallType

Specifies parallelogram type. More...

Detailed Description

Specifies parallelogram type.

Constants

static final int PA_PA = 0
 Parallelogram with 3 points. More...
 
static final int RECT_PA = 1
 Parallelogram with 2 points (rectangle). More...
 

Variable Documentation

◆ PA_PA

final int PA_PA = 0
static

Parallelogram with 3 points.

◆ RECT_PA

final int RECT_PA = 1
static

Parallelogram with 2 points (rectangle).