public class NonCollidingRectangularLineDrawer extends Object
Constructor and Description |
---|
NonCollidingRectangularLineDrawer() |
Modifier and Type | Method and Description |
---|---|
void |
addToMajor(int addA1,
boolean withCollision) |
void |
addToMinor(int addB,
boolean withCollision) |
void |
drawCurrentSegment(Graphics2D graphics2D,
JIPipeGraphViewMode viewMode) |
RectangularLine |
getFirstSegment() |
RectangularLine |
getLastSegment() |
void |
moveToMajor(int a1,
boolean withCollision) |
void |
moveToMinor(int b,
boolean withCollision) |
void |
start(int a0,
int b) |
public void start(int a0, int b)
public void moveToMajor(int a1, boolean withCollision)
public void moveToMinor(int b, boolean withCollision)
public RectangularLine getLastSegment()
public RectangularLine getFirstSegment()
public void addToMajor(int addA1, boolean withCollision)
public void addToMinor(int addB, boolean withCollision)
public void drawCurrentSegment(Graphics2D graphics2D, JIPipeGraphViewMode viewMode)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.