com.sas.visuals
Interface VisualAspects

All Known Implementing Classes:
BufferedGraphics, BufferedPanel, DrawingSupport, Part, Toolbar, ToolbarBorder, Wallpaper, Windows95Border

public interface VisualAspects

This class contains the interface used for drawing methods.


Field Summary
static int BDR_BUMP
          border style constants
static int BDR_BUTTON_NORMAL
          border style constants
static int BDR_BUTTON_PRESSED
          border style constants
static int BDR_BUTTON_SELECTED
          border style constants
static int BDR_DIP
          border style constants
static int BDR_FIELD_BORDER
          border style constants
static int BDR_FLAT
          border style constants
static int BDR_FLAT_BORDER
          border style constants
static int BDR_GROUP_BORDER
          border style constants
static int BDR_NONE
          border style constants
static int BDR_RAISED
          border style constants
static int BDR_RAISED_INNER
          border style constants
static int BDR_RAISED_OUTER
          border style constants
static int BDR_STATUSFIELD_BORDER
          border style constants
static int BDR_SUNKEN
          border style constants
static int BDR_SUNKEN_INNER
          border style constants
static int BDR_SUNKEN_OUTER
          border style constants
static int BDR_WINDOW_BORDER
          border style constants
static int BS_NONE
          button style constants
static int BS_NORMAL
          button style constants
static int BS_PRESSED
          button style constants
static int BS_ROUND_NORMAL
          button style constants
static int BS_ROUND_PRESSED
          button style constants
static int BS_ROUND_SELECTED
          button style constants
static int BS_ROUNDEDGE_NORMAL
          button style constants
static int BS_ROUNDEDGE_PRESSED
          button style constants
static int BS_ROUNDEDGE_SELECTED
          button style constants
static int BS_SELECTED
          button style constants
static int CENTER
          position constants
static int CONTENTS_CENTER
          image/text manipulation constants
static int CONTENTS_LEFT
          image/text manipulation constants
static int CONTENTS_RIGHT
          image/text manipulation constants
static boolean DEVELOPMENT
          development constant
static boolean DOUBLE_BUFFERED
          default double bufferd state
static int DT_CENTER
          multi-line text justification constants
static int DT_LEFT
          multi-line text justification constants
static int DT_OPAQUE
          opaque constants
static int DT_RIGHT
          multi-line text justification constants
static int DT_UNDERLINE
          underline constants
static int EAST
          position constants
static int HORIZONTAL
          orientation constants
static int NORTH
          position constants
static int NORTH_EAST
          position constants
static int NORTH_WEST
          position constants
static int SHOW_IMAGE
          image/text manipulation constants
static int SHOW_NONE
          image/text manipulation constants
static int SHOW_TEXT
          image/text manipulation constants
static int SOUTH
          position constants
static int SOUTH_EAST
          position constants
static int SOUTH_WEST
          position constants
static int TEXT_CENTER
          image/text manipulation constants
static int TEXT_EAST
          image/text manipulation constants
static int TEXT_LEFT
          image/text manipulation constants
static int TEXT_NORTH
          image/text manipulation constants
static int TEXT_RIGHT
          image/text manipulation constants
static int TEXT_SOUTH
          image/text manipulation constants
static int TEXT_WEST
          image/text manipulation constants
static int VERTICAL
          orientation constants
static int WEST
          position constants
 

Field Detail

BDR_NONE

static final int BDR_NONE
border style constants

See Also:
Constant Field Values

BDR_RAISED_OUTER

static final int BDR_RAISED_OUTER
border style constants

See Also:
Constant Field Values

BDR_RAISED_INNER

static final int BDR_RAISED_INNER
border style constants

See Also:
Constant Field Values

BDR_SUNKEN_OUTER

static final int BDR_SUNKEN_OUTER
border style constants

See Also:
Constant Field Values

BDR_SUNKEN_INNER

static final int BDR_SUNKEN_INNER
border style constants

See Also:
Constant Field Values

BDR_WINDOW_BORDER

static final int BDR_WINDOW_BORDER
border style constants

See Also:
Constant Field Values

BDR_BUTTON_NORMAL

static final int BDR_BUTTON_NORMAL
border style constants

See Also:
Constant Field Values

BDR_BUTTON_SELECTED

static final int BDR_BUTTON_SELECTED
border style constants

See Also:
Constant Field Values

BDR_BUTTON_PRESSED

static final int BDR_BUTTON_PRESSED
border style constants

See Also:
Constant Field Values

BDR_FIELD_BORDER

static final int BDR_FIELD_BORDER
border style constants

See Also:
Constant Field Values

BDR_GROUP_BORDER

static final int BDR_GROUP_BORDER
border style constants

See Also:
Constant Field Values

BDR_FLAT_BORDER

static final int BDR_FLAT_BORDER
border style constants

See Also:
Constant Field Values

BDR_FLAT

static final int BDR_FLAT
border style constants

See Also:
Constant Field Values

BDR_DIP

static final int BDR_DIP
border style constants

See Also:
Constant Field Values

BDR_BUMP

static final int BDR_BUMP
border style constants

See Also:
Constant Field Values

BDR_RAISED

static final int BDR_RAISED
border style constants

See Also:
Constant Field Values

BDR_SUNKEN

static final int BDR_SUNKEN
border style constants

See Also:
Constant Field Values

BDR_STATUSFIELD_BORDER

static final int BDR_STATUSFIELD_BORDER
border style constants

See Also:
Constant Field Values

BS_NONE

static final int BS_NONE
button style constants

See Also:
Constant Field Values

BS_NORMAL

static final int BS_NORMAL
button style constants

See Also:
Constant Field Values

BS_SELECTED

static final int BS_SELECTED
button style constants

See Also:
Constant Field Values

BS_PRESSED

static final int BS_PRESSED
button style constants

See Also:
Constant Field Values

BS_ROUND_NORMAL

static final int BS_ROUND_NORMAL
button style constants

See Also:
Constant Field Values

BS_ROUND_SELECTED

static final int BS_ROUND_SELECTED
button style constants

See Also:
Constant Field Values

BS_ROUND_PRESSED

static final int BS_ROUND_PRESSED
button style constants

See Also:
Constant Field Values

BS_ROUNDEDGE_NORMAL

static final int BS_ROUNDEDGE_NORMAL
button style constants

See Also:
Constant Field Values

BS_ROUNDEDGE_SELECTED

static final int BS_ROUNDEDGE_SELECTED
button style constants

See Also:
Constant Field Values

BS_ROUNDEDGE_PRESSED

static final int BS_ROUNDEDGE_PRESSED
button style constants

See Also:
Constant Field Values

DT_RIGHT

static final int DT_RIGHT
multi-line text justification constants

See Also:
Constant Field Values

DT_LEFT

static final int DT_LEFT
multi-line text justification constants

See Also:
Constant Field Values

DT_CENTER

static final int DT_CENTER
multi-line text justification constants

See Also:
Constant Field Values

DT_UNDERLINE

static final int DT_UNDERLINE
underline constants

See Also:
Constant Field Values

DT_OPAQUE

static final int DT_OPAQUE
opaque constants

See Also:
Constant Field Values

HORIZONTAL

static final int HORIZONTAL
orientation constants

See Also:
Constant Field Values

VERTICAL

static final int VERTICAL
orientation constants

See Also:
Constant Field Values

CENTER

static final int CENTER
position constants

See Also:
Constant Field Values

NORTH

static final int NORTH
position constants

See Also:
Constant Field Values

SOUTH

static final int SOUTH
position constants

See Also:
Constant Field Values

EAST

static final int EAST
position constants

See Also:
Constant Field Values

WEST

static final int WEST
position constants

See Also:
Constant Field Values

NORTH_WEST

static final int NORTH_WEST
position constants

See Also:
Constant Field Values

NORTH_EAST

static final int NORTH_EAST
position constants

See Also:
Constant Field Values

SOUTH_WEST

static final int SOUTH_WEST
position constants

See Also:
Constant Field Values

SOUTH_EAST

static final int SOUTH_EAST
position constants

See Also:
Constant Field Values

SHOW_NONE

static final int SHOW_NONE
image/text manipulation constants

See Also:
Constant Field Values

SHOW_TEXT

static final int SHOW_TEXT
image/text manipulation constants

See Also:
Constant Field Values

SHOW_IMAGE

static final int SHOW_IMAGE
image/text manipulation constants

See Also:
Constant Field Values

TEXT_NORTH

static final int TEXT_NORTH
image/text manipulation constants

See Also:
Constant Field Values

TEXT_SOUTH

static final int TEXT_SOUTH
image/text manipulation constants

See Also:
Constant Field Values

TEXT_EAST

static final int TEXT_EAST
image/text manipulation constants

See Also:
Constant Field Values

TEXT_WEST

static final int TEXT_WEST
image/text manipulation constants

See Also:
Constant Field Values

CONTENTS_LEFT

static final int CONTENTS_LEFT
image/text manipulation constants

See Also:
Constant Field Values

CONTENTS_RIGHT

static final int CONTENTS_RIGHT
image/text manipulation constants

See Also:
Constant Field Values

CONTENTS_CENTER

static final int CONTENTS_CENTER
image/text manipulation constants

See Also:
Constant Field Values

TEXT_LEFT

static final int TEXT_LEFT
image/text manipulation constants

See Also:
Constant Field Values

TEXT_RIGHT

static final int TEXT_RIGHT
image/text manipulation constants

See Also:
Constant Field Values

TEXT_CENTER

static final int TEXT_CENTER
image/text manipulation constants

See Also:
Constant Field Values

DEVELOPMENT

static final boolean DEVELOPMENT
development constant

See Also:
Constant Field Values

DOUBLE_BUFFERED

static final boolean DOUBLE_BUFFERED
default double bufferd state

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.