GLG Toolkit, Java Class Library  Version 4.5
GlgDrawingCoordSystem

Specifies the type of a drawing's coordinate system that defines the drawing's resize policy (CoordSystem attribute of the viewport screen). More...

Detailed Description

Specifies the type of a drawing's coordinate system that defines the drawing's resize policy (CoordSystem attribute of the viewport screen).

Constants

static final int FLIPPED_SCREEN_COORD_SYSTEM = 2
 Fixed size screen coordinate system, Y axis points up. More...
 
static final int SCREEN_CENTER_COORD_SYSTEM = 3
 Fixed size screen coordinate system, Y axis points up, origin is in the center. More...
 
static final int SCREEN_COORD_SYSTEM = 1
 Fixed size screen coordinate system, Y axis points down. More...
 
static final int WORLD_COORD_SYSTEM = 0
 Resizable world coordinate system. More...
 

Variable Documentation

◆ FLIPPED_SCREEN_COORD_SYSTEM

final int FLIPPED_SCREEN_COORD_SYSTEM = 2
static

Fixed size screen coordinate system, Y axis points up.

◆ SCREEN_CENTER_COORD_SYSTEM

final int SCREEN_CENTER_COORD_SYSTEM = 3
static

Fixed size screen coordinate system, Y axis points up, origin is in the center.

◆ SCREEN_COORD_SYSTEM

final int SCREEN_COORD_SYSTEM = 1
static

Fixed size screen coordinate system, Y axis points down.

◆ WORLD_COORD_SYSTEM

final int WORLD_COORD_SYSTEM = 0
static

Resizable world coordinate system.