DSElement
A DSElement is the interface every element present on the table must implement.
Copyright 2002-2009 DiamondSpin project.
DSElementAdapter
A DSElementAdapter is an adapter for DSElementListener.
Copyright 2002-2009 DiamondSpin project.
DSElementEvent
|
DSElementListener
A DSElementListener is an interface for the listeners of modifs in a diamondSpin element.
Copyright 2002-2009 DiamondSpin project.
DSElementPreListener
|
DSEngine
A DSEngine is an interface for the object which can rotate/translate/scale the elements.
with the 1.1 version you may have to modify all your code with the following regexp :
transformTable\(\n?(.*),\s*\n?(.*),\s*\n?(.*),\s*\n?(.*),\s*\n?(.*),\s*true\)
transformTable\($1, $2, $3, $4, $5, DSEngine.STROKE)
OR
transformTable\($1, $2, $3, $4, $5, DSEngine.MENUBAR)
OR
transformTable\($1, $2, $3, $4, $5, DSEngine.ELEMENT)
| | | |