File: index.xml

package info (click to toggle)
batik 1.18%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,972 kB
  • sloc: java: 192,233; xml: 19,449; javascript: 1,276; sh: 85; makefile: 5
file content (134 lines) | stat: -rw-r--r-- 4,589 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="UTF-8"?>

<!--

   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

-->

<!-- ========================================================================= -->
<!-- author cam@mcc.id.au                                                      -->
<!-- version $Id$ -->
<!-- ========================================================================= -->

<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
<document>
  <header>
    <title>Using Batik</title>
  </header>

  <body>
    <p>
      The Batik toolkit has a number of modules that can be used to provide
      SVG support to your application.  This section includes resources for
      explaining how to use these modules.
    </p>
    <dl>
      <dt>Architecture</dt>
      <dd>
        <p>
          The <a href="site:architecture">architecture</a> page gives an
          overview of how the various modules in Batik fit together.
        </p>
      </dd>
      <dt>Javadoc APIs</dt>
      <dd>
        <p>
          The <a href="site:javadoc">Javadoc APIs</a> document all
          of the classes packaged with Batik.
        </p>
      </dd>
      <!--dt>CSS engine</dt>
      <dd>
        <p>
          The <a href="site:css">CSS engine</a> page describes how to use
          the CSS 2 engine that comes with Batik.
        </p>
      </dd-->
      <dt>DOM API</dt>
      <dd>
        <p>
          The <a href="site:dom-api">DOM API</a> page explains how to use the
          DOM interfaces to create and render SVG documents.
        </p>
      </dd>
      <dt>Parsers</dt>
      <dd>
        <p>
          The <a href="site:parsers">Parsers</a> page describes the parser
          classes that can be used for parsing the microsyntaxes of SVG
          (such as path data and transform lists).
        </p>
      </dd>
      <dt>Scripting</dt>
      <dd>
        <p>
          The scripting pages (<a href="site:scripting-ecmascript">Scriping with
            ECMAScript</a>, <a href="site:java">Scripting with
            Java</a> and <a href="site:security">Security</a>)
          document how to programmatically manipulate SVG documents, and how
          script interpreters can be used and extended in Batik.
        </p>
      </dd>
      <dt>SVG generator</dt>
      <dd>
        <p>
          The <a href="site:generator">SVG Generator</a> page documents the
          <code>SVGGraphics2D</code> class, which can be used to construct
          SVG documents from Java2D drawing commands.
        </p>
      </dd>
      <dt>Swing components</dt>
      <dd>
        <p>
          The <a href="site:swing">Swing components</a> page describes the
          SVG canvas component, the primary method for displaying SVG content
          in Swing applications.
        </p>
      </dd>
      <dt>Transcoder API</dt>
      <dd>
        <p>
          The <a href="site:transcoder">Transcoder API</a> page explains how
          to use the transcoder classes to convert SVG content to other formats
          (raster or vector).
        </p>
      </dd>
      <dt>Extending Batik</dt>
      <dd>
        <p>
          The <a href="site:extending">Extending Batik</a> page lists the parts
          of the Batik API that are extensible and explains how to add
          functionality to the existing modules.
        </p>
      </dd>
      <!--dt>Batik in an applet</dt>
      <dd>
        <p>
          The <a href="site:applet">Batik in an applet</a> page explains how
          Batik can be used in a Java applet in a web page.
        </p>
      </dd>
      <dt>Glossary</dt>
      <dd>
        <p>
          Finally, the <a href="site:glossary">Glossary page</a> explains common Batik
          terminology used in this section.
        </p>
      </dd-->
    </dl>
  </body>
</document>