📄 visualdirectededgepainter.java
字号:
package salvo.jesus.graph.visual.drawing;import salvo.jesus.graph.*;import salvo.jesus.graph.visual.*;import java.awt.*;/** * An interface for drawing a <tt>VisualEdge</tt> that encapsulates * a <tt>DirectedEdge</tt>. The contract is for this painter to draw * an arrowhead on the sink endpoint of the <tt>DirectedEdge</tt>. * * @author Jesus M. Salvo Jr. */public interface VisualDirectedEdgePainter extends VisualEdgePainter { /** * Draws the arrowhead for the edge. */ public void paintArrowHead( VisualEdge ve, Graphics2D g2d );}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -