Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import java.io.IOException;

/**
* This class is based on code from Apache Batik a subproject of Apache XMLGraphics. see
* http://xmlgraphics.apache.org/batik/ for further details.
* This class is based on code from Apache Batik a subproject of Apache XMLGraphics. See
* <a href="http://xmlgraphics.apache.org/batik/">The Apache™ Batik Project</a> for further details.
*/
public class GlyfCompositeComp
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* each.
*
* This class is based on code from Apache Batik a subproject of Apache
* XMLGraphics. see http://xmlgraphics.apache.org/batik/ for further details.
* XMLGraphics. See <a href="http://xmlgraphics.apache.org/batik/">The Apache™ Batik Project</a> for further details.
*/
public class GlyfCompositeDescript extends GlyfDescript
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

/**
* This class is based on code from Apache Batik a subproject of Apache XMLGraphics.
* see http://xmlgraphics.apache.org/batik/ for further details.
*
* see <a href="http://xmlgraphics.apache.org/batik/">The Apache™ Batik Project</a> for further details.
*
*/
public abstract class GlyfDescript implements GlyphDescription
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.io.IOException;
/**
* This class is based on code from Apache Batik a subproject of Apache XMLGraphics. see
* http://xmlgraphics.apache.org/batik/ for further details.
* <a href="http://xmlgraphics.apache.org/batik/">The Apache™ Batik Project</a> for further details.
*/
public class GlyfSimpleDescript extends GlyfDescript
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
* Specifies access to glyph description classes, simple and composite.
*
* This class is based on code from Apache Batik a subproject of Apache XMLGraphics.
* see http://xmlgraphics.apache.org/batik/ for further details.
*
* see <a href="http://xmlgraphics.apache.org/batik/">The Apache™ Batik Project</a> for further details.
*
*/
public interface GlyphDescription
{
Expand Down