Author: dazarov
Date: 2010-08-04 13:29:02 -0400 (Wed, 04 Aug 2010)
New Revision: 23925
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/SeamPdf.xml
Log:
https://jira.jboss.org/browse/JBIDE-5231
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/SeamPdf.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/SeamPdf.xml 2010-08-04 16:49:52
UTC (rev 23924)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/SeamPdf.xml 2010-08-04 17:29:02
UTC (rev 23925)
@@ -408,5 +408,789 @@
<component name="pageNumber">
<description>The current page number can be placed inside of a header or footer
using the p:pageNumber tag. The page number tag can only be used in the context of a
header or footer and can only be used once.</description>
</component>
+
+ <component name="chapter">
+ <description>If the generated document follows a book/article structure, the
p:chapter and p:section tags can be used to provide the necessary structure. Sections can
only be used inside of chapters, but they may be nested arbitrarily deep. Most PDF viewers
provide easy navigation between chapters and sections in a document.</description>
+ <attribute name="alignment">
+ <description>The alignment of the chapter/section box section. Seam PDF
supports the following horizontal alignment values: left, right, center, justify and
justifyall. The vertical alignment values are top, middle, bottom, and
baseline.</description>
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="right" />
+ <param value="center" />
+ <param value="justify" />
+ <param value="justifyall" />
+ <param value="top" />
+ <param value="middle" />
+ <param value="bottom" />
+ <param value="baseline" />
+ </proposal>
+ </attribute>
+ <attribute name="number">
+ <description>The chapter number. Every chapter should be assigned a
chapter number.</description>
+ </attribute>
+ <attribute name="numberDepth">
+ <description>The depth of numbering for section. All sections are numbered
relative to their surrounding chapter/sections. The fourth section of of the first section
of chapter three would be section 3.1.4, if displayed at the default number depth of
three. To omit the chapter number, a number depth of 2 should be used. In that case, the
section number would be displayed as 1.4.</description>
+ </attribute>
+ </component>
+
+ <component name="section">
+ <description>If the generated document follows a book/article structure, the
p:chapter and p:section tags can be used to provide the necessary structure. Sections can
only be used inside of chapters, but they may be nested arbitrarily deep. Most PDF viewers
provide easy navigation between chapters and sections in a document.</description>
+ <attribute name="alignment">
+ <description>The alignment of the chapter/section box section. Seam PDF
supports the following horizontal alignment values: left, right, center, justify and
justifyall. The vertical alignment values are top, middle, bottom, and
baseline.</description>
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="right" />
+ <param value="center" />
+ <param value="justify" />
+ <param value="justifyall" />
+ <param value="top" />
+ <param value="middle" />
+ <param value="bottom" />
+ <param value="baseline" />
+ </proposal>
+ </attribute>
+ <attribute name="number">
+ <description>The chapter number. Every chapter should be assigned a
chapter number.</description>
+ </attribute>
+ <attribute name="numberDepth">
+ <description>The depth of numbering for section. All sections are numbered
relative to their surrounding chapter/sections. The fourth section of of the first section
of chapter three would be section 3.1.4, if displayed at the default number depth of
three. To omit the chapter number, a number depth of 2 should be used. In that case, the
section number would be displayed as 1.4.</description>
+ </attribute>
+ </component>
+
+ <component name="title">
+ <description>Any chapter or section can contain a p:title. The title will be
displayed next to the chapter/section number. The body of the title may contain raw text
or may be a p:paragraph.</description>
+ </component>
+ <component name="list">
+ <attribute name="type">
+ <description> The ordering/bulleting style of list. One of: NUMBERED,
LETTERED, GREEK, ROMAN, ZAPFDINGBATS, ZAPFDINGBATS_NUMBER. If no style is given, the list
items are bulleted.</description>
+ <proposal type="enumeration">
+ <param value="NUMBERED" />
+ <param value="LETTERED" />
+ <param value="GREEK" />
+ <param value="ROMAN" />
+ <param value="ZAPFDINGBATS" />
+ <param value="ZAPFDINGBATS_NUMBER" />
+ </proposal>
+ </attribute>
+ <attribute name="listSymbol">
+ <description>For bulleted lists, specifies the bullet
symbol.</description>
+ </attribute>
+ <attribute name="indent">
+ <description>The indentation level of the list.</description>
+ </attribute>
+ <attribute name="lowerCase">
+ <description>For list styles using letters, indicates whether the letters
should be lower case.</description>
+ </attribute>
+ <attribute name="charNumber">
+ <description>For ZAPFDINGBATS, indicates the character code of the bullet
character.</description>
+ </attribute>
+ <attribute name="numberType">
+ <description>For ZAPFDINGBATS_NUMBER, indicates the numbering
style.</description>
+ </attribute>
+ </component>
+
+ <component name="listItem">
+ <attribute name="alignment">
+ <description>The alignment of the list item. Seam PDF supports the
following horizontal alignment values: left, right, center, justify and justifyall. The
vertical alignment values are top, middle, bottom, and baseline.</description>
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="right" />
+ <param value="center" />
+ <param value="justify" />
+ <param value="justifyall" />
+ <param value="top" />
+ <param value="middle" />
+ <param value="bottom" />
+ <param value="baseline" />
+ </proposal>
+ </attribute>
+ <attribute name="indentationLeft">
+ <description>The left indentation amount.</description>
+ </attribute>
+ <attribute name="indentationRight">
+ <description>The right indentation amount.</description>
+ </attribute>
+ <attribute name="listSymbol">
+ <description>Overrides the default list symbol for this list
item.</description>
+ </attribute>
+ </component>
+
+ <component name="table">
+ <attribute name="columns">
+ <description>The number of columns (cells) that make up a table
row.</description>
+ </attribute>
+ <attribute name="widths">
+ <description>The relative widths of each column. There should be one value
for each column. For example: widths="2 1 1" would indicate that there are 3
columns and the first column should be twice the size of the second and third
column.</description>
+ </attribute>
+ <attribute name="headerRows">
+ <description>The initial number of rows which are considered to be headers
or footer rows and should be repeated if the table spans multiple
pages.</description>
+ </attribute>
+ <attribute name="footerRows">
+ <description>The number of rows that are considered to be footer rows.
This value is subtracted from the headerRows value. If document has 2 rows which make up
the header and one row that makes up the footer, headerRows should be set to 3 and
footerRows should be set to 1</description>
+ </attribute>
+ <attribute name="widthPercentage">
+ <description>The percentage of the page width that the table
spans.</description>
+ </attribute>
+ <attribute name="horizontalAlignment">
+ <description>The horizontal alignment of the table. Seam PDF supports the
following horizontal alignment values: left, right, center, justify and
justifyall.</description>
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="right" />
+ <param value="center" />
+ <param value="justify" />
+ <param value="justifyall" />
+ </proposal>
+ </attribute>
+ <attribute name="skipFirstHeader" />
+ <attribute name="runDirection" />
+ <attribute name="lockedWidth" />
+ <attribute name="splitRows" />
+ <attribute name="spacingBefore">
+ <description>The blank space to be inserted before the
element.</description>
+ </attribute>
+ <attribute name="spacingAfter">
+ <description>The blank space to be inserted after the
element.</description>
+ </attribute>
+ <attribute name="extendLastRow" />
+ <attribute name="headersInEvent" />
+ <attribute name="splitLate" />
+ <attribute name="keepTogether" />
+ </component>
+
+ <component name="cell">
+ <attribute name="colspan">
+ <description>Cells can span more than one column by declaring a colspan
greater than 1. Tables do not have the ability to span across multiple
rows.</description>
+ </attribute>
+ <attribute name="horizontalAlignment">
+ <description>The horizontal alignment of the cell. Seam PDF supports the
following horizontal alignment values: left, right, center, justify and
justifyall.</description>
+ <proposal type="enumeration">
+ <param value="left" />
+ <param value="right" />
+ <param value="center" />
+ <param value="justify" />
+ <param value="justifyall" />
+ </proposal>
+ </attribute>
+ <attribute name="verticalAlignment">
+ <description>The vertical alignment of the cell. Seam PDF supports the
following vertical alignment values: top, middle, bottom, and
baseline.</description>
+ <proposal type="enumeration">
+ <param value="top" />
+ <param value="middle" />
+ <param value="bottom" />
+ <param value="baseline" />
+ </proposal>
+ </attribute>
+ <attribute name="padding">
+ <description>Padding on a given side can also be specified using
paddingLeft, paddingRight, paddingTop and paddingBottom.</description>
+ </attribute>
+ <attribute name="paddingLeft" />
+ <attribute name="paddingRight" />
+ <attribute name="paddingTop" />
+ <attribute name="paddingBottom" />
+ <attribute name="useBorderPadding" />
+ <attribute name="leading" />
+ <attribute name="multipliedLeading" />
+ <attribute name="indent" />
+ <attribute name="extraParagraphSpace" />
+ <attribute name="fixedHeight" />
+ <attribute name="noWrap" />
+ <attribute name="minimumHeight" />
+ <attribute name="followingIndent" />
+ <attribute name="rightIndent" />
+ <attribute name="spaceCharRatio" />
+ <attribute name="runDirection" />
+ <attribute name="arabicOptions" />
+ <attribute name="useAscender" />
+ <attribute name="grayFill" />
+ <attribute name="rotation" />
+ </component>
+
+ <component name="barchart">
+ <description>Displays a bar chart.</description>
+ <attribute name="borderVisible">
+ <description>Controls whether or not a border is displayed around the
entire chart.</description>
+ </attribute>
+ <attribute name="borderPaint">
+ <description>The color of the border, if visible.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="borderBackgroundPaint">
+ <description>The default background color of the
chart.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="borderStroke" />
+ <attribute name="domainAxisLabel">
+ <description>The text label for the domain axis.</description>
+ </attribute>
+ <attribute name="domainAxisPaint">
+ <description>The color of the domain axis label.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="domainGridlinesVisible">
+ <description>Controls whether or not gridlines for the domain axis are
shown on the chart.</description>
+ </attribute>
+ <attribute name="domainGridlinePaint">
+ <description>The color of the domain gridlines, if
visible.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="domainGridlineStroke">
+ <description>The stroke style of the domain gridleines, if
visible.</description>
+ </attribute>
+ <attribute name="height">
+ <description>The height of the chart.</description>
+ </attribute>
+ <attribute name="width">
+ <description>The width of the chart.</description>
+ </attribute>
+ <attribute name="is3D">
+ <description>A boolean value indicating that the chart should be rendered
in 3D instead of 2D.</description>
+ </attribute>
+ <attribute name="legend">
+ <description>A boolean value indicating whether or not the chart should
include a legend.</description>
+ </attribute>
+ <attribute name="legendItemPaint">
+ <description>The default color of the text labels in the
legend.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="legendItemBackgoundPaint">
+ <description>The background color for the legend, if different from the
chart background color.</description>
+ </attribute>
+ <attribute name="orientation">
+ <description>The orientation of the plot, either vertical (the default) or
horizontal.</description>
+ <proposal type="enumeration">
+ <param value="vertical" />
+ <param value="horizontal" />
+ </proposal>
+ </attribute>
+ <attribute name="plotBackgroundPaint">
+ <description>The color of the plot background.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="plotBackgroundAlpha">
+ <description>The alpha (transparency) level of the plot background. It
should be a number between 0 (completely transparent) and 1 (completely
opaque).</description>
+ </attribute>
+ <attribute name="plotForegroundAlpha">
+ <description>The alpha (transparency) level of the plot. It should be a
number between 0 (completely transparent) and 1 (completely opaque).</description>
+ </attribute>
+ <attribute name="plotOutlinePaint">
+ <description>The color of the range gridlines, if
visible.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="plotOutlineStroke">
+ <description>The stroke style of the range gridleines, if
visible.</description>
+ </attribute>
+ <attribute name="rangeAxisLabel">
+ <description>The text label for the range axis.</description>
+ </attribute>
+ <attribute name="rangeAxisPaint">
+ <description>The color of the range axis label.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="rangeGridlinesVisible">
+ <description>Controls whether or not gridlines for the range axis are
shown on the chart.</description>
+ </attribute>
+ <attribute name="rangeGridlinePaint">
+ <description>The color of the range gridlines, if
visible.</description>
+ </attribute>
+ <attribute name="rangeGridlineStroke">
+ <description>The stroke style of the range gridleines, if
visible.</description>
+ </attribute>
+ <attribute name="title">
+ <description>The chart title text.</description>
+ </attribute>
+ <attribute name="titlePaint">
+ <description>The color of the chart title text.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="titleBackgroundPaint">
+ <description>The background color around the chart
title.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component name="linechart">
+ <description>Displays a line chart.</description>
+ <attribute name="borderVisible">
+ <description>Controls whether or not a border is displayed around the
entire chart.</description>
+ </attribute>
+ <attribute name="borderPaint">
+ <description>The color of the border, if visible.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="borderBackgroundPaint">
+ <description>The default background color of the
chart.</description>
+ </attribute>
+ <attribute name="borderStroke" />
+ <attribute name="domainAxisLabel">
+ <description>The text label for the domain axis.</description>
+ </attribute>
+ <attribute name="domainAxisPaint">
+ <description>The color of the domain axis label.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="domainGridlinesVisible">
+ <description>Controls whether or not gridlines for the domain axis are
shown on the chart.</description>
+ </attribute>
+ <attribute name="domainGridlinePaint">
+ <description>The color of the domain gridlines, if
visible.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="domainGridlineStroke">
+ <description>The stroke style of the domain gridleines, if
visible.</description>
+ </attribute>
+ <attribute name="height">
+ <description>The height of the chart.</description>
+ </attribute>
+ <attribute name="width">
+ <description>The width of the chart.</description>
+ </attribute>
+ <attribute name="is3D">
+ <description>A boolean value indicating that the chart should be rendered
in 3D instead of 2D.</description>
+ </attribute>
+ <attribute name="legend">
+ <description>A boolean value indicating whether or not the chart should
include a legend.</description>
+ </attribute>
+ <attribute name="legendItemPaint">
+ <description>The default color of the text labels in the
legend.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="legendItemBackgoundPaint">
+ <description>The background color for the legend, if different from the
chart background color.</description>
+ </attribute>
+ <attribute name="orientation">
+ <description>The orientation of the plot, either vertical (the default) or
horizontal.</description>
+ <proposal type="enumeration">
+ <param value="vertical" />
+ <param value="horizontal" />
+ </proposal>
+ </attribute>
+ <attribute name="plotBackgroundPaint">
+ <description>The color of the plot background.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="plotBackgroundAlpha">
+ <description>The alpha (transparency) level of the plot background. It
should be a number between 0 (completely transparent) and 1 (completely
opaque).</description>
+ </attribute>
+ <attribute name="plotOutlinePaint">
+ <description>The color of the range gridlines, if
visible.</description>
+ </attribute>
+ <attribute name="plotOutlineStroke">
+ <description>The stroke style of the range gridleines, if
visible.</description>
+ </attribute>
+ <attribute name="rangeAxisLabel">
+ <description>The text label for the range axis.</description>
+ </attribute>
+ <attribute name="rangeAxisPaint">
+ <description>The color of the range axis label.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="rangeGridlinesVisible">
+ <description>Controls whether or not gridlines for the range axis are
shown on the chart.</description>
+ </attribute>
+ <attribute name="rangeGridlinePaint">
+ <description>The color of the range gridlines, if
visible.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="rangeGridlineStroke">
+ <description>The stroke style of the range gridleines, if
visible.</description>
+ </attribute>
+ <attribute name="title">
+ <description>The chart title text.</description>
+ </attribute>
+ <attribute name="titlePaint">
+ <description>The color of the chart title text.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="titleBackgroundPaint">
+ <description>The background color around the chart
title.</description>
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ </component>
+
+ <component name="piechart">
+ <description>Displays a pie chart.</description>
+ <attribute name="title">
+ <description>The chart title text.</description>
+ </attribute>
+ <attribute name="label" />
+ <attribute name="legend">
+ <description>A boolean value indicating whether or not the chart should
include a legend.</description>
+ </attribute>
+ <attribute name="is3D">
+ <description>A boolean value indicating that the chart should be rendered
in 3D instead of 2D.</description>
+ </attribute>
+ <attribute name="labelLinkMargin" />
+ <attribute name="labelLinkPaint">
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="labelLinkStroke" />
+ <attribute name="labelLinksVisible" />
+ <attribute name="labelOutlinePaint">
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="labelOutlineStroke" />
+ <attribute name="labelShadowPaint">
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="labelPaint" />
+ <attribute name="labelGap" />
+ <attribute name="labelBackgroundPaint">
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="startAngle" />
+ <attribute name="circular" />
+ <attribute name="direction" />
+ <attribute name="sectionOutlinePaint">
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="sectionOutlineStroke" />
+ <attribute name="sectionOutlinesVisible" />
+ <attribute name="baseSectionOutlinePaint">
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="baseSectionPaint">
+ <proposal type="enumeration">
+ <param value="white" />
+ <param value="gray" />
+ <param value="lightgray" />
+ <param value="darkgray" />
+ <param value="black" />
+ <param value="red" />
+ <param value="pink" />
+ <param value="yellow" />
+ <param value="green" />
+ <param value="magenta" />
+ <param value="cyan" />
+ <param value="blue" />
+ </proposal>
+ </attribute>
+ <attribute name="baseSectionOutlineStroke" />
+ </component>
+
</tag-lib>
\ No newline at end of file