DroidDiagram Programmer's Guide
HorizontalAlignment Class
See Also
 






Contains static constants that specify the horizontal alignment of a component relative to its allocated space. Center - Indicates that the component should be centered. Left - Indicates that the component should be left-aligned. Right - Indicates that the component should be right-aligned. Stretch - Indicates that the component should be stretched horizontally. @author Anton

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public class HorizontalAlignment

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.components.HorizontalAlignment

 See Also

HorizontalAlignment Members
com.mindfusion.diagramming.components Namespace