Git Product home page Git Product logo

jhotdrawtest's Introduction

jhotdraw

Java CI with Maven

News

ATTENTION: Due to the refactoring in 10.0-SNAPSHOT this version breaks API of JHotdraw. Some adaptions are needed, e.g.: attributes now using attr(), ...

  • heavy restructuring of classes and interfaces and cleanup
    • removed FigureListener from some Figures and Handles
    • complete attribute handling of Figure moved in class Attributes, access over attr()
    • Drawing has no dependency to CompositeFigure anymore and implementations do not use AbstractCompositeFigure implementations
    • Drawing has its own listener DrawingListener now instead of FigureListener and CompositeFigureListener
    • contains(point, scale) is now called to take view scale into account for finding figures
    • removed DEBUG mode and introduced some logging instead
    • removed DOMStorable from Drawing, Figure
    • introduced a new module jhotdraw-io for input output and dom storables
  • JDK 17
  • maven build process
  • restructured project layout
    • introduced submodules

Quickstart

This projects jars are not yet published to maven central or GitHub packages. To use those you first need to build it with maven using: mv clean install. Now all jars are published to your local maven repository. And you can include those artifacts using e.g.

<dependency>
  <groupId>org.jhotdraw</groupId>
  <artifactId>jhotdraw-core</artifactId>
  <version>10.0-SNAPSHOT</version>
</dependency>

In module jhotdraw-samples-mini are small examples mostly highlighting one aspect of JHotdraw usage. Additional to that are in module jhotdraw-samples-misc more sophisticated examples of using this library.

License

  • LGPL V2.1
  • Creative Commons Attribution 2.5 License

History

This is a fork of jhotdraw from http://sourceforge.net/projects/jhotdraw.

jhotdrawtest's People

Contributors

jaykay9999 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.