Uses of Enum Class
codedraw.TextOrigin
-
Uses of TextOrigin in codedraw
Methods in codedraw that return TextOriginModifier and TypeMethodDescriptionTextFormat.getTextOrigin()Defines the origin of the drawn text relative to the position specified in theImage.drawText(double, double, String)method.static TextOriginReturns the enum constant of this class with the specified name.static TextOrigin[]TextOrigin.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in codedraw with parameters of type TextOriginModifier and TypeMethodDescriptionTextFormat.setTextOrigin(TextOrigin textOrigin) Defines the origin of the drawn text relative to the position specified in theImage.drawText(double, double, String)method.