public class RectangularLineDrawer extends Object
Constructor and Description |
---|
RectangularLineDrawer() |
Modifier and Type | Method and Description |
---|---|
void |
addToMajor(int addA1) |
void |
addToMinor(int addB) |
void |
drawCurrentSegment(Graphics2D graphics2D,
JIPipeGraphViewMode viewMode) |
RectangularLine |
getFirstSegment() |
RectangularLine |
getLastSegment() |
void |
moveToMajor(int a1) |
void |
moveToMinor(int b) |
void |
start(int a0,
int b) |
public void start(int a0, int b)
public void moveToMajor(int a1)
public void moveToMinor(int b)
public RectangularLine getLastSegment()
public RectangularLine getFirstSegment()
public void addToMajor(int addA1)
public void addToMinor(int addB)
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.