|
JHotDraw 7.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jhotdraw.draw.AbstractFigure
org.jhotdraw.draw.AbstractCompositeFigure
org.jhotdraw.draw.GroupFigure
org.jhotdraw.samples.svg.figures.SVGGroup
public class SVGGroup
SVGGroup.
| Field Summary |
|---|
| Fields inherited from class org.jhotdraw.draw.AbstractFigure |
|---|
changingDepth, decorator, listenerList |
| Fields inherited from interface org.jhotdraw.draw.CompositeFigure |
|---|
LAYOUT_INSETS |
| Constructor Summary | |
|---|---|
SVGGroup()
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.util.LinkedList<Handle> |
createHandles(int detailLevel)
Creates handles used to manipulate the figure. |
boolean |
isEmpty()
Returns true, if this figure is empty for one of the following reasons: A group has no children A path has less than two points An ellipse or a rectangle has a width or a height of 0 A text has no characters |
void |
read(DOMInput in)
|
protected void |
readAttributes(DOMInput in)
|
java.lang.String |
toString()
|
void |
write(DOMOutput out)
|
protected void |
writeAttributes(DOMOutput out)
|
| Methods inherited from class org.jhotdraw.draw.GroupFigure |
|---|
canConnect, chop |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SVGGroup()
| Method Detail |
|---|
public java.util.LinkedList<Handle> createHandles(int detailLevel)
Figure
createHandles in interface FigurecreateHandles in class AbstractCompositeFiguredetailLevel - The detail level of the handles. Usually this is 0 for
bounding box handles and 1 for point handles.
Handle
public void read(DOMInput in)
throws java.io.IOException
read in interface DOMStorableread in class AbstractCompositeFigurejava.io.IOException
protected void readAttributes(DOMInput in)
throws java.io.IOException
java.io.IOException
public void write(DOMOutput out)
throws java.io.IOException
write in interface DOMStorablewrite in class AbstractCompositeFigurejava.io.IOException
protected void writeAttributes(DOMOutput out)
throws java.io.IOException
java.io.IOExceptionpublic boolean isEmpty()
SVGFigure
isEmpty in interface SVGFigurepublic java.lang.String toString()
toString in class AbstractFigure
|
Copyright 1996-2006 © JHotDraw.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||