ogallagher / fxgraph

A JavaFX graph editor
Do What The F*ck You Want To Public License
2 stars 0 forks source link

Redundant CorneredEdge, DoubleCorneredEdge, CorneredLoopEdge methods #12

Open ogallagher opened 2 years ago

ogallagher commented 2 years ago

The CorneredEdge.EdgeGraphic class defines getGraphic and getText methods that were already defined the same way in the abstract superclass AbstractEdgeGraphic. The other cornered edge graphic classes (double, loop) also have similar methods.