00566c14c1
Change-Id: I1e5dca798eee45c961024771d276a00a5499efaa
23 lines
1.2 KiB
Text
23 lines
1.2 KiB
Text
Contains graphics related helper code. Lots of the draw and impress code is in this shared library.
|
|
|
|
xoutdev
|
|
this is where a lot of wht work would happen to move to the canvas. (what does that mean?)
|
|
|
|
svdraw
|
|
transparent gradient stuff.
|
|
|
|
Drawing Layer Object diagram:
|
|
|
|
.------- Model ------------. .------- View -----------------------------------------.
|
|
| SdrObject - ViewContact | 1.* | ViewObjectContact 1.* |
|
|
| getChild() |-----| getPrimitiveList() -----> Object(s) ---> SdrView |
|
|
| getVOC() | | getRecPrimitiveList() Contact |
|
|
| getViewIn...| |___________|__________________________________________|
|
|
| dependentPrimitiveList() | |
|
|
|_________________________ | generates ______
|
|
| / |
|
|
.----------------------. |
|
|
| basePrimitive | |
|
|
| getRange() |----`
|
|
| getDecomposition() |
|
|
|______________________|
|