Methods in org.wilmascope.viewplugin with parameters of type Renderer2D |
void |
TubeNodeView.draw2D(Renderer2D r,
java.awt.Graphics2D g,
float transparency)
|
void |
TaperedEdgeView.draw2D(Renderer2D r,
java.awt.Graphics2D g,
float transparency)
2D version of tapered edge is just a two colour solid line
of width tapering from startWidth to endWidth. |
void |
SquareTubeNodeView.draw2D(Renderer2D r,
java.awt.Graphics2D g,
float transparency)
|
void |
SplineTubeEdgeView.draw2D(Renderer2D r,
java.awt.Graphics2D g,
float transparency)
draws a 2D representation of the edge on the specified Graphics2D |
void |
SplineRectTubeEdgeView.draw2D(Renderer2D r,
java.awt.Graphics2D g,
float transparency)
|
void |
SpikeEdgeView.draw2D(Renderer2D r,
java.awt.Graphics2D g,
float transparency)
|
void |
LineNodeView.draw2D(Renderer2D r,
java.awt.Graphics2D g,
float transparency)
|
void |
LineEdgeView.draw2D(Renderer2D r,
java.awt.Graphics2D g,
float transparency)
2D version of line edge is just a two colour solid line. |
void |
BoxNodeView.draw2D(Renderer2D r,
java.awt.Graphics2D g,
float transparency)
|
void |
AttenuatedEdgeView.draw2D(Renderer2D r,
java.awt.Graphics2D g,
float transparency)
2D version of attenuated edge is just a two colour solid line. |
void |
ArrowEdgeView.draw2D(Renderer2D r,
java.awt.Graphics2D g,
float transparency)
|