Download freehep-graphics2d-2.4.jar file

Introduction

You can download freehep-graphics2d-2.4.jar in this page.

License

Open Source

Type List

freehep-graphics2d-2.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.freehep/freehep-graphics2d/pom.properties
META-INF/maven/org.freehep/freehep-graphics2d/pom.xml
org.freehep.graphics2d.AbstractVectorGraphics.class
org.freehep.graphics2d.ArrayPath.class
org.freehep.graphics2d.BufferedPanel.class
org.freehep.graphics2d.GenericTagHandler.class
org.freehep.graphics2d.PixelGraphics2D.class
org.freehep.graphics2d.PrintColor.class
org.freehep.graphics2d.ScreenConstants.class
org.freehep.graphics2d.SymbolShape.class
org.freehep.graphics2d.TagHandler.class
org.freehep.graphics2d.TagString.class
org.freehep.graphics2d.VectorGraphics.class
org.freehep.graphics2d.VectorGraphicsConstants.class
org.freehep.graphics2d.WebColor.class
org.freehep.graphics2d.font.AbstractCharTable.class
org.freehep.graphics2d.font.CharTable.class
org.freehep.graphics2d.font.Expert.class
org.freehep.graphics2d.font.FontEncoder.class
org.freehep.graphics2d.font.FontUtilities.class
org.freehep.graphics2d.font.ISOLatin.class
org.freehep.graphics2d.font.Lookup.class
org.freehep.graphics2d.font.MACLatin.class
org.freehep.graphics2d.font.PDFLatin.class
org.freehep.graphics2d.font.STDLatin.class
org.freehep.graphics2d.font.Symbol.class
org.freehep.graphics2d.font.WINLatin.class
org.freehep.graphics2d.font.Zapfdingbats.class

Pom

freehep-graphics2d-2.4.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

  <parent>
    <artifactId>freehep-vectorgraphics</artifactId>
    <groupId>org.freehep</groupId>
    <version>2.4</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>

  <artifactId>freehep-graphics2d</artifactId>

  <name>FreeHEP Graphics2D</name>
  <description>FreeHEP Graphics 2D Library</description>

      <build>
        <plugins>
          <plugin>
            <groupId>org.freehep</groupId>
            <artifactId>freehep-chartable-converter-plugin</artifactId>
            <executions>
              <execution>
                <id>Expert</id>
                <phase>generate-sources</phase>
                <goals>
                  <goal>generate</goal>
                </goals>
                <configuration>
                  <source>Expert.utf-16</source>
                </configuration>
              </execution>
              <execution>
                <id>Symbol</id>
                <phase>generate-sources</phase>
                <goals>
                  <goal>generate</goal>
                </goals>
                <configuration>
                  <source>Symbol.utf-16</source>
                </configuration>
              </execution>
              <execution>
                <id>Zapfdingbats</id>
                <phase>generate-sources</phase>
                <goals>
                  <goal>generate</goal>
                </goals>
                <configuration>
                  <source>Zapfdingbats.utf-16</source>
                </configuration>
              </execution>
              <execution>
                <id>ISOLatin</id>
                <phase>generate-sources</phase>
                <goals>
                  <goal>generate</goal>
                </goals>
                <configuration>
                  <source>Latin.utf-16</source>
                  <encodingType>ISO</encodingType>
                </configuration>
              </execution>
              <execution>
                <id>MACLatin</id>
                <phase>generate-sources</phase>
                <goals>
                  <goal>generate</goal>
                </goals>
                <configuration>
                  <source>Latin.utf-16</source>
                  <encodingType>MAC</encodingType>
                </configuration>
              </execution>
              <execution>
                <id>WINLatin</id>
                <phase>generate-sources</phase>
                <goals>
                  <goal>generate</goal>
                </goals>
                <configuration>
                  <source>Latin.utf-16</source>
                  <encodingType>WIN</encodingType>
                </configuration>
              </execution>
              <execution>
                <id>PDFLatin</id>
                <phase>generate-sources</phase>
                <goals>
                  <goal>generate</goal>
                </goals>
                <configuration>
                  <source>Latin.utf-16</source>
                  <encodingType>PDF</encodingType>
                </configuration>
              </execution>
              <execution>
                <id>STDLatin</id>
                <phase>generate-sources</phase>
                <goals>
                  <goal>generate</goal>
                </goals>
                <configuration>
                  <source>Latin.utf-16</source>
                  <encodingType>STD</encodingType>
                </configuration>
              </execution>
            </executions>
            <configuration>
              <packageName>org.freehep.graphics2d.font</packageName>
            </configuration>
          </plugin>
        </plugins>
      </build>

      <dependencies>
        <dependency>
          <groupId>org.freehep</groupId>
          <artifactId>freehep-graphicsbase</artifactId>
        </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>

      </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.freehep</groupId>
   <artifactId>freehep-graphics2d</artifactId>
   <version>2.4</version>
</dependency>

Download

If you think the following freehep-graphics2d-2.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download freehep-graphics2d-2.4.jar file




PreviousNext

Related