Package org.graffiti.plugin.view
Interface ProvidesAdditonalDrawingShapes
- All Known Implementing Classes:
DoubleEllipseShape,MultiComplexShape,MultiEllipseShape,MultiNucleicAcidFeatureShape,MultiRectangleShape,SBGNCircleShape,SBGNDissociationShape,SBGNMultiStadiumShape,SBGNProcessShape,SourceSinkShape,TransitionShape
public interface ProvidesAdditonalDrawingShapes
-
Method Summary
Modifier and Type Method Description Collection<Shape>getPostBorderShapes()Collection<Shape>getPreBorderShapes()
-
Method Details
-
getPreBorderShapes
Collection<Shape> getPreBorderShapes() -
getPostBorderShapes
Collection<Shape> getPostBorderShapes()
-