net.sf.jcgm.core
Class JoinCommand

java.lang.Object
  extended by net.sf.jcgm.core.Command
      extended by net.sf.jcgm.core.JoinCommand
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
EdgeJoin, LineJoin

public class JoinCommand
extends Command

Since:
May 13, 2009
Version:
$Id: JoinCommand.java 46 2011-12-14 08:26:44Z phica $
Author:
xphc (Philippe Cadé)

Field Summary
 
Fields inherited from class net.sf.jcgm.core.Command
args, currentArg
 
Constructor Summary
JoinCommand(int ec, int eid, int l, java.io.DataInput in)
           
 
Method Summary
 
Methods inherited from class net.sf.jcgm.core.Command
alignOnWord, clone, getElementClass, getElementCode, info, makeByte, makeChar, makeColorIndex, makeColorIndex, makeDirectColor, makeEnum, makeFixedPoint, makeFixedString, makeFloat32, makeFloatingPoint, makeFloatingPoint32, makeIndex, makeInt, makeName, makePoint, makeReal, makeSDR, makeSignedInt16, makeSignedInt24, makeSignedInt32, makeSignedInt8, makeSizeSpecification, makeString, makeUInt, makeVc, makeVdc, paint, printShape, read, readCommand, sizeOfDirectColor, sizeOfEnum, sizeOfInt, sizeOfPoint, sizeOfVdc, toString, unimplemented, unsupported
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JoinCommand

public JoinCommand(int ec,
                   int eid,
                   int l,
                   java.io.DataInput in)
            throws java.io.IOException
Throws:
java.io.IOException


Part of the jcgm library http://jcgm.sourceforge.net/