Java Vector Graphics Software

View 54 business solutions

Browse free open source Java Vector Graphics Software and projects below. Use the toggles on the left to filter open source Java Vector Graphics Software by OS, license, language, programming language, and project status.

  • The #1 solution for profitable resource management Icon
    The #1 solution for profitable resource management

    Designed to give Operations and Finance leaders the insight and foresight they need to achieve profitable delivery at scale.

    Unlike spreadsheets or clunky PSAs, Float offers a clear, centralized view to schedule teams, plan capacity, estimate work, and track margins in real-time so that you can keep your people and profits on track.
    Learn More
  • Secure Online Fax and Business Text Messaging Service Icon
    Secure Online Fax and Business Text Messaging Service

    Elevate your business communications with secure SMS and fax solutions.

    Send and receive SMS and fax online, from email, app or with our developer friendly SMS & fax API. HIPAA compliant & ISO 27001 certified. Outstanding value and 5-star service.
    Learn More
  • 1
    Planimetric Geometry (JCabri) is a rewrite of Cabri Geometry in Java. It provides solution for doing geometric constructions in 2D and exporting them as an animated GIF or Java applet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Using this tool you can Generate the class diagram for any class inside jar , It also have facility to import class diagram to png or jpg format. This project is under development. Please request the feature if needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JDraftPDF is a tablet based PDF annotator and editor. The software allows annotations to be made directly to a PDF file using a tablet and pen. The main application is for annotating document drafts without the need for printing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JDrafting

    JDrafting

    CAD application for Technical Drawing exercises

    JDrafting is an open source Java application to create Technical Drawing exercises. This application is inspired by the 'Classical Construction', also known as 'Ruler-and-compass Construction' or 'Compass-and-straightedge construction'. However, another drawing tools can be used. (More info about classical construction: https://en.wikipedia.org/w/index.php?title=Compass-and-straightedge_construction) Download examples in 'Files tab' JRE 8+ needed Github: https://github.com/miguelalejandromorenobarrientos/jdrafting Android version (not compatible) https://sourceforge.net/projects/andrafting/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud. Icon
    Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud.

    Power faster innovation with Teradata VantageCloud

    VantageCloud is the complete cloud analytics and data platform, delivering harmonized data and Trusted AI for all. Built for performance, flexibility, and openness, VantageCloud enables organizations to unify diverse data sources, run complex analytics, and deploy AI models—all within a single, scalable platform.
    Learn More
  • 5
    JGraph Diagram Component
    JGraph is the most powerful, lightweight, feature-rich, and thoroughly documented open-source graph component available for Java. See the project homepage at www.jgraph.com for information and downloads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    <table border=0><tr><td><img src="http://jroseviewer.sourceforge.net/images/Icon.jpg"></td><td>JRoseViewer is a Java GUI program that used to view model files (.MDL) created by Rational Rose -- the most famous UML tool.</td></tr></table>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JShoe is a web based service that works as a complement for education. It's a tool that allows teachers to transmit the art and craft of shoe design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JVector is a simple, vector based, paint program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Reliable Phone Service for Your Home or Business Icon
    Reliable Phone Service for Your Home or Business

    Businesses that want a modern business phone system using their current phones

    Calling made modern. Your business number. Your employees' phones. Our amazing features. A dial menu spoken by our voice actors. Callers press numbers to make purchases, hear MP3s, connect to specific staff, and more. Make and answer calls using your number on multiple phones without the caller ever knowing. Employees hear secret in-house menus, transfer calls, and send voicemails to their email, all from their dialpad. These business features require no new software or hardware. Your dialpad come to life. Porting your business or personal number at the press of a button. Select from our menu of modern voice features for your business or personal line. We'll activate these features on your current phone for you. No work (or learning) required from you. We'll be here to transform your number whenever your desires change.
    Learn More
  • 10
    JoePaint is everyone's drawing and painting software. It is vector based, and written entirely in Java. JoePaint will form the foundation for the Giant Picture Dictionary at www.giantpicturedictionary.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    (Janat : Just Another Non-Artistic Tool) is a simple and user-friendly vectorial drawing software written in Java. It's particularity is to stores data inside a SQL database. This facts gives it the ability to run on a website, or store data on a remote
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    KGD is intended to be an animation tool for creating simple 2D vector animations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A vector-based graphical editor for generating l-system type fractals visually. Can be used to instantly create line drawings of complex recursive objects like trees and other plants. Will soon support svg export.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    METAGRAF is an Application written in pure Java (platform independent) to create any kind of graphics, including text and images, and that outputs a MetaPost file that can be converted in PostScript, PDF ...etc., or can be included directly in any TeX/LaT
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MieZ
    MieZ is a WYSIWYG-editor for TikZ documents. This project is now being developed on http://github.com/Antimon2000/MieZ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Moses Tool Suite is a collection of tools for visual modeling, simulation, analysis, synthesis, and visualization of computational systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Orimage is a editor/browser specialized in origami diagrams (paper folding). Users could draw their diagrams in multiple ways, called moded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D g=PDEGraphics2D.paint(Component c); PDEGraphics2D g=PDEGraphics2D.paint(JComponent c); PDEGraphics2D g=PDEGraphics2D.paint(Window c); PDEGraphics2D g=PDEGraphics2D.paint(JApplet c); The getCode(..) and write(....) methods can then be used to access the generated script and create HTML documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SVGCompost is an SVG compositing editor for Eclipse, based on existing Eclipse GEF and GMF functionality and the Apache Batik framework. For further information, please refer to the wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Scene Beans is an animation framework for Java2D. Scene Beans lets the programmer create animations by composing Java objects in a declarative style and hides the details of exactly how that animation is animated and rendered.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SpiroJ
    SpiroJ is a simple generator of hypotrochoids and similar roulettes. The basic principle is rolling one circle on another circle - similar to the classic Spirograph toy, but more flexible. It can export drawing to SVG, EPS and AI formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sprite Kinematics Workbench is a tool that allow to create 2D animations by specifying the motion of image segments. You can give life to a stickman or to anything else your imagination can think of.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Java-based tool for creating, designing and distributing graphical trees that represent syntactic construction of sentences. Useful for drawing trees under X-bar generative theory or any other correlated application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    TeXGrapher is an application for drawing graphs and exporting them into code for GraphTeX, which is a package for LaTeX that provides macros for specifying drawings within LaTeX source file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Test Scenario Generator(TSG) is a graph editor, providing a software tester with GUI to model the behavior of software and generate test scenarios based on the model. TSG is managed by Software Evaluation and Test Lab at the University of WI-Milwaukee
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB