Uses of Class
net.algart.executors.modules.opencv.matrices.drawing.DrawLine
Packages that use DrawLine
-
Uses of DrawLine in net.algart.executors.modules.opencv.matrices.drawing
Methods in net.algart.executors.modules.opencv.matrices.drawing that return DrawLineModifier and TypeMethodDescriptionDrawLine.setBackgroundColor(String backgroundColor) DrawLine.setIndexingBase(net.algart.executors.modules.core.common.numbers.IndexingBase indexingBase) DrawLine.setLengthIncrement(double lengthIncrement) DrawLine.setLineType(OLineType lineType) DrawLine.setPercents(boolean percents) DrawLine.setThickness(int thickness) DrawLine.setX1(double x1) DrawLine.setX2(double x2) DrawLine.setY1(double y1) DrawLine.setY2(double y2)