com.sas.visuals
Interface Sizing

All Known Subinterfaces:
TabBarInterface
All Known Implementing Classes:
RowLayout, TabBar

public interface Sizing

Sizing is an interface that contains static values to be used in classes that have a "sizing" property. This property is used to size a component either proportionally to its contents or to size a component uniform to other components based on some set dimension.


Field Summary
static int PROPORTIONAL
          Set the size for a component proportionally to its contents.
static int UNIFORM
          Set the size for a component uniformly with other components based on a set dimension.
 

Field Detail

PROPORTIONAL

static final int PROPORTIONAL
Set the size for a component proportionally to its contents.

See Also:
Constant Field Values

UNIFORM

static final int UNIFORM
Set the size for a component uniformly with other components based on a set dimension.

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.