|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jhotdraw.standard.StandardFigureSelection
public class StandardFigureSelection
FigureSelection enables to transfer the selected figures to a clipboard.
Will soon be converted to the JDK 1.1 Transferable interface.
Clipboard
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
TYPE
The type identifier of the selection. |
Constructor Summary | |
---|---|
StandardFigureSelection(FigureEnumeration fe,
int figureCount)
Constructes the Figure selection for the FigureEnumeration. |
Method Summary | |
---|---|
static FigureEnumeration |
duplicateFigures(FigureEnumeration toBeCloned,
int figureCount)
|
java.lang.Object |
getData(java.lang.String type)
Gets the data of the selection. |
java.lang.String |
getType()
Gets the type of the selection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
public StandardFigureSelection(FigureEnumeration fe, int figureCount)
Method Detail |
---|
public java.lang.String getType()
getType
in interface FigureSelection
public java.lang.Object getData(java.lang.String type)
getData
in interface FigureSelection
public static FigureEnumeration duplicateFigures(FigureEnumeration toBeCloned, int figureCount)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |