com.jfimagine.jfgraph.shape.union
Class JFLibrary

java.lang.Object
  |
  +--com.jfimagine.jfgraph.shape.base.AbstractObject
        |
        +--com.jfimagine.jfgraph.shape.union.AbstractLibrary
              |
              +--com.jfimagine.jfgraph.shape.union.JFLibrary
All Implemented Interfaces:
java.lang.Cloneable

public class JFLibrary
extends AbstractLibrary

JFLibrary class is used to store and recover customized graph libraries.

Version:
$Revision: 1.1 $
Author:
CookieMaker

Field Summary
 
Fields inherited from class com.jfimagine.jfgraph.shape.union.AbstractLibrary
m_elemWidth
 
Fields inherited from class com.jfimagine.jfgraph.shape.base.AbstractObject
m_lastError, XML_OBJECTID, XML_OBJECTTYPE
 
Constructor Summary
JFLibrary()
          Constructor
 
Method Summary
protected  AbstractObject cloneMe()
          Creates a new AbstractObject of the same class and with the same contents as this object.
 
Methods inherited from class com.jfimagine.jfgraph.shape.union.AbstractLibrary
add, clone, draw, drawPicked, equals, finishLoadingImages, getAuthor, getDescription, getDrawSize, getElementWidth, getFilename, getLastPicked, getList, getProducer, getTitle, getVersion, hashCode, isModified, loadFromBinary, loadFromStream, pickBy, remove, removeByIndex, removeByObjectId, saveToBinary, saveToStream, setAuthor, setDescription, setFilename, setModified, setTitle, toString
 
Methods inherited from class com.jfimagine.jfgraph.shape.base.AbstractObject
appendChildToDOM, extractChildFromDOM, fromDOM, getLastError, getMaxObjectId, getObjectId, getObjectType, getXMLTag, getZoomScale, isShowDesign, setLastError, setObjectId, setObjectType, setShowDesign, setValue, setXMLTag, setZoomScale, toDOM
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JFLibrary

public JFLibrary()
Constructor

Method Detail

cloneMe

protected AbstractObject cloneMe()
                          throws java.lang.CloneNotSupportedException
Creates a new AbstractObject of the same class and with the same contents as this object. This method implements the method defined in AbstractObject.

Specified by:
cloneMe in class AbstractObject
Returns:
A clone of this class.
java.lang.CloneNotSupportedException


Copyright 2004 ~ 2005 JingFei International Cooperation LTD. All Rights Reserved.