com.sas.visuals
Interface Alignment

All Known Subinterfaces:
Justification, TabBarInterface, TabButtonInterface
All Known Implementing Classes:
ArrowButton, BaseButton, CheckBoxCell, GraphicalCheckBox, LabelView, PushButton, RadioButton, RowLayout, StyledLabelView, TabBar, TabButton, ToggleButton, ToolbarButton

public interface Alignment

Alignment is an interface that contains static values for BEGIN, CENTER, and END to be used in com.sas.visuals classes that have an "alignment" property.

See Also:
Orientations, Justification

Field Summary
static int BEGIN
          BEGIN alignment (same as Orientations.LEFT)
static int CENTER
          CENTER alignment
static int END
          END alignment (same as Orientations.RIGHT)
 

Field Detail

CENTER

static final int CENTER
CENTER alignment

See Also:
Constant Field Values

BEGIN

static final int BEGIN
BEGIN alignment (same as Orientations.LEFT)

See Also:
Constant Field Values

END

static final int END
END alignment (same as Orientations.RIGHT)

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.