Uses of Enum Class
com.levigo.jadice.annotation.HorizontalAlignment
Packages that use HorizontalAlignment
Package
Description
-
Uses of HorizontalAlignment in com.levigo.jadice.annotation
Fields in com.levigo.jadice.annotation declared as HorizontalAlignmentModifier and TypeFieldDescriptionprotected HorizontalAlignmentTextAnnotation.horizontalAlignmentMethods in com.levigo.jadice.annotation that return HorizontalAlignmentModifier and TypeMethodDescriptionTextAnnotation.getHorizontalAlignment()Return the for this annotation used text alignmentstatic HorizontalAlignmentReturns the enum constant of this class with the specified name.static HorizontalAlignment[]HorizontalAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.annotation with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionvoidStampAnnotation.setHorizontalAlignment(HorizontalAlignment horizontalAlignment) voidTextAnnotation.setHorizontalAlignment(HorizontalAlignment horizontalAlignment) Sets the horizontal alignment of the text within the annotation. -
Uses of HorizontalAlignment in com.levigo.jadice.web.client.internal.annotation.editor
Constructors in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type HorizontalAlignment