com.sas.visuals
Interface Alignment
- All Known Subinterfaces:
- Justification, TabBarInterface, TabButtonInterface
- All Known Implementing Classes:
- BaseButton, LabelView, AnnotationView, Annotation
- 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) |
CENTER
public static final int CENTER
- CENTER alignment
BEGIN
public static final int BEGIN
- BEGIN alignment (same as Orientations.LEFT)
END
public static final int END
- END alignment (same as Orientations.RIGHT)
Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Thu, 16 Feb 2006 02:32:20