GLG Toolkit, Java Class Library  Version 4.5
GlgStretchType

Specifies stretch type of a viewport drawing. More...

Detailed Description

Specifies stretch type of a viewport drawing.

Constants

static final int NO_STRETCH = 0
 Stretch type constant. More...
 
static final int RESIZE_AND_ZOOM_STRETCH = ( 1 | 2 )
 Stretch type constant. More...
 
static final int RESIZE_STRETCH = 1
 Stretch type constant. More...
 

Variable Documentation

◆ NO_STRETCH

final int NO_STRETCH = 0
static

Stretch type constant.

◆ RESIZE_AND_ZOOM_STRETCH

final int RESIZE_AND_ZOOM_STRETCH = ( 1 | 2 )
static

Stretch type constant.

◆ RESIZE_STRETCH

final int RESIZE_STRETCH = 1
static

Stretch type constant.