{
AGColor color = "antibackground";
AGColor fillColor = "transparent";
AGFont font = "roman-simplex";
AGColor frameColor ="antibackground";
AGDistance frameWidth = 0.0;
AGHorizontalJustificationEnum horizontalJustification = "center";
AGMultiLineJustificationEnum multiLineJustification = "center";
AGFloat multiLineSpacingFactor = 0.0;
AGString+IPort2 text[];
AGVerticalJustificationEnum verticalJustification = "half";
};
AGTextParams is a base object containing parameters common to all text objects.
An array of text strings. Multiple text strings are drawn only if an XY coordinate pair is supplied for each string in the text array. XY coordinate pairs are given in the geometry parameter of any of the AGText, AGRestrictedText, or AGTransformableText objects.
fillColor
frameColor
frameWidth
Fill color, frame color, and frame width of bounding box for text.
Controls the horizontal justification of the text. Valid values are:
Controls the vertical justification of the text. Valid values are:
Controls the multiline justification of text that contains at least one newline ("\n") character in the string to draw. Valid values are:
Controls the spacing between adjacent lines of text that contain at least one newline ("\n") character in the string. The value is relative to the height of the individual text lines. Negative values are allowed.
AGRestrictedText / AGRestrictedTextObj
AGTransformableText / AGTransformableTextObj
See for information on special characters.
See for information on specifying colors.
See for information on specifying fonts.