⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cewolf-1.1.tld

📁 用JAVA环境开发的人力资源管理系统
💻 TLD
📖 第 1 页 / 共 3 页
字号:
            ignored if the type attribute of the parent chart tag is one
            of pie3d or pie.
        </description>
    </attribute>
    <attribute>
        <name>yaxislabel</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Title of the chart's y-axis. This attributes is
            ignored if the type attribute of the parent chart tag is one
            of pie3d or pie.
        </description>
    </attribute>
    <attribute>
        <name>background</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Background image of the chart panel. The value of this 
            attribute is the filename of a graphics file relative to the web
            application's root directory (e.g. /WEB-INF/img/bg.jpg).
            The image must be loadable by the default java.awt.Toolkit of the
            servlet container's JVM.
        </description>
    </attribute>
    <attribute>
        <name>backgroundimagealpha</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <type>java.lang.Float</type>
        <description>
            Chart's backgound alpha blending value as a float. Value ranges
            from 0.0 to 1.0.
            @default 0.0
            @overrides /chart[backgroundimagealpha]
        </description>
    </attribute>
    <attribute>
        <name>antialias</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Antialiased rendering of the chart.
            @default true
            @overrides /chart[backgroundimagealpha]
        </description>
    </attribute>
    <attribute>
        <name>showlegend</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Boolean value to switch on or off the legend display inside of this panel.
           @default true
        </description>
    </attribute>
    <attribute>
        <name>legendanchor</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Sets the anchor of the legend inside of the panel. Possible values
            are 'north', 'south', 'west', 'east'.
            Ignored if showlegned is 'false'.
            @default 'south'
        </description>
    </attribute>
</tag>
<tag>
    <name>overlaidchart</name>
    <tag-class>de.laures.cewolf.taglib.tags.OverlaidChartTag</tag-class>
    <description>
        Root tag of a overlaid-chart description.
        @root
        @required-child data
        @optional-child chartpostprocessor
    </description>
    <attribute>
        <name>id</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            ID under which the chart description bean will be stored in the
            page to be found by the img tag. Beware of using an
            ID which is not yet used for other beans in the page to avoid
            compile errors.
        </description>
    </attribute>
    <attribute>
        <name>type</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Type of the chart. In this version only overlaidxy is supported.
        </description>
    </attribute>
    <attribute>
        <name>title</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Title of the chart which is displayed on the chart panel
            above the plot pane.
        </description>
    </attribute>
    <attribute>
        <name>xaxistype</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
        	Type of the domain axis. Possible values: date, number
        </description>
    </attribute>
    <attribute>
        <name>xaxislabel</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Title of the chart's x-axis. This attributes is
            ignored if the type attribute of the parent chart tag is one
            of pie3d or pie.
        </description>
    </attribute>
    <attribute>
        <name>yaxistype</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
        	Type of the range axis. Possible values: date, number
        </description>
    </attribute>
    <attribute>
        <name>yaxislabel</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Title of the chart's y-axis. This attributes is
            ignored if the type attribute of the parent chart tag is one
            of pie3d or pie.
        </description>
    </attribute>
    <attribute>
        <name>background</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Background image of the chart panel. The value of this 
            attribute is the filename of a graphics file relative to the web
            application's root directory (e.g. /WEB-INF/img/bg.jpg).
            The image must be loadable by the default java.awt.Toolkit of the
            servlet container's JVM.
        </description>
    </attribute>
    <attribute>
        <name>backgroundimagealpha</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <type>java.lang.Float</type>
        <description>
            Chart's backgound alpha blending value as a float. Value ranges
            from 0.0 to 1.0.
            @default 0.0
            @overrides /chart[backgroundimagealpha]
        </description>
    </attribute>
    <attribute>
        <name>antialias</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Antialiased rendering of the chart.
            @default true
            @overrides /chart[backgroundimagealpha]
        </description>
    </attribute>
    <attribute>
        <name>showlegend</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Boolean value to switch on or off the legend display inside of this panel.
           @default true
        </description>
    </attribute>
    <attribute>
        <name>legendanchor</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Sets the anchor of the legend inside of the panel. Possible values
            are 'north', 'south', 'west', 'east'.
            Ignored if showlegned is 'false'.
            @default 'south'
        </description>
    </attribute>
</tag>
<tag>
    <name>combinedchart</name>
    <tag-class>de.laures.cewolf.taglib.tags.CombinedChartTag</tag-class>
    <description>
        Root tag of a combined-chart description.
        @root
        @required-child plot
        @optional-child chartpostprocessor
    </description>
    <attribute>
        <name>id</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            ID under which the chart description bean will be stored in the
            page to be found by the img tag. Beware of using an
            ID which is not yet used for other beans in the page to avoid
            compile errors.
        </description>
    </attribute>
    <attribute>
        <name>type</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Type of the chart. One of combinedxy
        </description>
    </attribute>
    <attribute>
        <name>layout</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Layout of the chart. Either vertical or horizontal
        </description>
    </attribute>
    <attribute>
        <name>title</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Title of the chart which is displayed on the chart panel
            above the plot pane.
        </description>
    </attribute>
    <attribute>
        <name>xaxislabel</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Title of the chart's x-axis. This attributes is
            ignored if the type attribute of the parent chart tag is one
            of pie3d or pie.
        </description>
    </attribute>
    <attribute>
        <name>yaxislabel</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Title of the chart's y-axis. This attributes is
            ignored if the type attribute of the parent chart tag is one
            of pie3d or pie.
        </description>
    </attribute>
    <attribute>
        <name>background</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Background image of the chart panel. The value of this
            attribute is the filename of a graphics file relative to the web
            application's root directory (e.g. /WEB-INF/img/bg.jpg).
            The image must be loadable by the default java.awt.Toolkit of the
            servlet container's JVM.
        </description>
    </attribute>
    <attribute>
        <name>backgroundimagealpha</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <type>java.lang.Float</type>
        <description>
            Chart's backgound alpha blending value as a float. Value ranges
            from 0.0 to 1.0.
            @default 0.0
            @overrides /chart[backgroundimagealpha]
        </description>
    </attribute>
    <attribute>
        <name>antialias</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Antialiased rendering of the chart.
            @default true
            @overrides /chart[backgroundimagealpha]
        </description>
    </attribute>
    <attribute>
        <name>showlegend</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Boolean value to switch on or off the legend display inside of this panel.
           @default true
        </description>
    </attribute>
    <attribute>
        <name>legendanchor</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Sets the anchor of the legend inside of the panel. Possible values
            are 'north', 'south', 'west', 'east'.
            Ignored if showlegned is 'false'.
            @default 'south'
        </description>
    </attribute>
</tag>
<tag>
    <name>legend</name>
    <tag-class>de.laures.cewolf.taglib.tags.LegendTag</tag-class>
    <description>
       This tag is used to render the legend of a chart in a separate image.
       It assumes that somewhere else in the JSP a chart tag defines a chart
       with the same ID as this legend tag.
    </description>
    <attribute>
        <name>renderer</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Path to rendering servlet relative to web apps root URL
            (e.g. servlet/cewolf).
        </description>
    </attribute>
    <attribute>
        <name>id</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            ID under which the chart description bean will be stored in the
            session to be found by the rendering servlet. Beware of using an
            ID which is not yet used for other beans in the session to avoid
            overriding.
        </description>
    </attribute>
    <attribute>
        <name>timeout</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Sets the timeout value used in the LongTermSessionStorage obj. Value is in seconds.
        </description>
    </attribute>
    <attribute>
        <name>width</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>height</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>mime</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            The MIME type of the image. Currently image/png (default) and image/svg are supported.
            @default image/png
        </description>
    </attribute>
    <attribute>
        <name>alt</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>hspace</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>vspace</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>align</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>border</name>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -