GLG Toolkit, Java Class Library  Version 4.5
GlgPathRotationType

Specifies the rotation type of a path transformation. More...

Detailed Description

Specifies the rotation type of a path transformation.

Constants

static final int DONT_ROTATE_PATH = 0
 Path rotation type constant. More...
 
static final int ROTATE_DONT_MOVE_PATH = 2
 Path rotation type constant. More...
 
static final int ROTATE_PATH = 1
 Path rotation type constant. More...
 

Variable Documentation

◆ DONT_ROTATE_PATH

final int DONT_ROTATE_PATH = 0
static

Path rotation type constant.

◆ ROTATE_DONT_MOVE_PATH

final int ROTATE_DONT_MOVE_PATH = 2
static

Path rotation type constant.

◆ ROTATE_PATH

final int ROTATE_PATH = 1
static

Path rotation type constant.