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 HorizontalAlignment
TextAnnotation.horizontalAlignment
Methods in com.levigo.jadice.annotation that return HorizontalAlignmentModifier and TypeMethodDescriptionTextAnnotation.getHorizontalAlignment()
Return the for this annotation used text alignmentstatic HorizontalAlignment
Returns 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 TypeMethodDescriptionvoid
StampAnnotation.setHorizontalAlignment
(HorizontalAlignment horizontalAlignment) void
TextAnnotation.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