All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ctreber.acearth.gui.CanvasACearth Maven / Gradle / Ivy

Go to download

PlantUML is a component that allows to quickly write : * sequence diagram, * use case diagram, * class diagram, * activity diagram, * component diagram, * state diagram * object diagram

The newest version!
package com.ctreber.acearth.gui;

import com.ctreber.acearth.ACearth;

/**
 * 

* Adds some mouse magic to the normal PixelCanvas. *

* *

* © 2002 Christian Treber, [email protected] (Nov 8, 2002) *

* * @author Christian Treber, [email protected] * */ public class CanvasACearth extends PixelCanvas { public CanvasACearth(ACearth pParent, int pWidth, int pHeight) { super(pWidth, pHeight); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy