| Constructors in ru.biosoft.graphics with parameters of type Pen |
ArrowView.ArrowView(Pen pen, int x1, int y1, int x2, int y2, int startTip, int endTip) |
ArrowView.ArrowView(Pen pen, Point pt0, Point pt1, int startTip, int endTip) |
ArrowView.ArrowView(Pen pen, Brush brush, int x1, int y1, int x2, int y2, int startTipType, int endTipType) |
ArrowView.ArrowView(Pen pen, Brush brush, int x1, int y1, int x2, int y2, Tip startTip, Tip endTip) |
ArrowView.ArrowView(Pen pen, Brush brush, Point pt0, Point pt1, int startTip, int endTip) |
BoxView.BoxView(Pen pen, Brush brush, float x, float y, float width, float height) |
BoxView.BoxView(Pen pen, Brush brush, int x, int y, int width, int height) |
BoxView.BoxView(Pen pen, Brush brush, RectangularShape shape) |
BoxView.BoxView(Pen pen, Brush brush, Rectangle rect) |
EllipseView.EllipseView(Pen pen, Brush brush, float X1, float Y1, float X2, float Y2) |
LineView.LineView(Pen pen, float X1, float Y1, float X2, float Y2) |
LineView.LineView(Pen pen, Point2D pt0, Point2D pt1) |
PolygonView.PolygonView(Pen pen, Brush brush, int[] xpoints, int[] ypoints) |
PolygonView.PolygonView(Pen pen, Brush brush, Polygon polygon) |
PolygonView.PolygonView(Pen pen, Brush brush) |
PolylineView.PolylineView(Pen pen, int[] xpoints, int[] ypoints) |
PolylineView.PolylineView(Pen pen, Polygon polygon) |
PolylineView.PolylineView(Pen pen) |
RulerOptions.RulerOptions(Option parent, ColorFont majorFont, ColorFont minorFont, Dimension decDig, Pen axisPen, Pen ticksPen, Dimension tickSize, Dimension textOffset, int step, int ticks) Creates RulerOptions and initializes it to the specified options. |
RulerOptions.RulerOptions(Option parent, ColorFont majorFont, ColorFont minorFont, Dimension decDig, Pen axisPen, Pen ticksPen, Dimension tickSize, Dimension textOffset) Creates RulerOptions and initializes it to the specified options. |
ShapeView.ShapeView(Shape shape, Pen pen, Brush brush) |
| Methods in ru.biosoft.graphics with parameters of type Pen |
static Tip | ArrowView.createArrowTip(Pen pen, Brush brush, int w1, int w2, int h) |
static Tip | ArrowView.createDiamondTip(Pen pen, Brush brush, int w1, int w2, int h) |
static Tip | ArrowView.createSimpleTip(Pen pen, int w, int h) |
static Tip | ArrowView.createTip(Pen pen, Brush brush, int tipType) |
static Tip | ArrowView.createTriangleTip(Pen pen, Brush brush, int w, int h) |
void | GraphicProperties.setPen(String penName, Pen pen) Set (add if such pen absent) pen with specified name. |
void | RulerOptions.setAxisPen(Pen axisPen) |
void | RulerOptions.setTicksPen(Pen ticksPen) |