|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IShapeVisitor | |
---|---|
org.vectomatic.client.rep.controller | |
org.vectomatic.client.rep.view | |
org.vectomatic.common.format | |
org.vectomatic.common.model | |
org.vectomatic.common.model.geometry |
Uses of IShapeVisitor in org.vectomatic.client.rep.controller |
---|
Classes in org.vectomatic.client.rep.controller that implement IShapeVisitor | |
---|---|
class |
ContextualMenuVisitor
Shape visitor implementation to set the items in the contextual menu depending on the selection |
Uses of IShapeVisitor in org.vectomatic.client.rep.view |
---|
Classes in org.vectomatic.client.rep.view that implement IShapeVisitor | |
---|---|
class |
PickVisitor
Shape visitor implementation to perform pick correlation on the 2D model |
class |
RenderVisitor
Shape visitor implementation to perform rendering of the 2D model |
Uses of IShapeVisitor in org.vectomatic.common.format |
---|
Classes in org.vectomatic.common.format that implement IShapeVisitor | |
---|---|
class |
SVG11Visitor
Class to export models to the SVG 1.1 format |
class |
SVG12Visitor
Class to export models to the SVG 1.2 format |
Uses of IShapeVisitor in org.vectomatic.common.model |
---|
Classes in org.vectomatic.common.model that implement IShapeVisitor | |
---|---|
class |
CloneShapeVisitor
Shape visitor implementation to clone shapes |
Methods in org.vectomatic.common.model with parameters of type IShapeVisitor | |
---|---|
abstract void |
Shape.acceptVisitor(IShapeVisitor visitor)
|
Uses of IShapeVisitor in org.vectomatic.common.model.geometry |
---|
Methods in org.vectomatic.common.model.geometry with parameters of type IShapeVisitor | |
---|---|
void |
Path.acceptVisitor(IShapeVisitor visitor)
|
void |
ShapeGroup.acceptVisitor(IShapeVisitor visitor)
|
void |
Polyline.acceptVisitor(IShapeVisitor visitor)
|
void |
Ellipse.acceptVisitor(IShapeVisitor visitor)
|
void |
Rect.acceptVisitor(IShapeVisitor visitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |