public class ImageArrow extends ImageLine
ImageArrow
class has functions for image painting.
title: SystemCoreLib
description: functions for image painting
copyright: (c) 2012 thomas kaffka, born at 11/08/1959 in düsseldorf - germany , all rights reserved.
SHORTEN_BOTH, SHORTEN_FROM, SHORTEN_NO, SHORTEN_TO
Constructor and Description |
---|
ImageArrow(double factor,
int model,
double parrow_width,
double px1,
double py1,
double pz1,
double px2,
double py2,
double pz2,
boolean precalc)
The constructor
ImageLine creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
void |
draw2D(GraphicParameter gp,
boolean convert_coordinates)
The method
draw2D draw 2 dimensional lines with arrows. |
draw2D, draw3D, getFactor, getModel, getRecalc, getX1_old, getX1, getX2_old, getX2, getY1_old, getY1, getY2_old, getY2, getZ1_old, getZ1, getZ2_old, getZ2, setFactor, setModel, setRecalc, setX1, setX2, setY1, setY2, setZ1, setZ2
calc3DCoords, getColor, setColor
public ImageArrow(double factor, int model, double parrow_width, double px1, double py1, double pz1, double px2, double py2, double pz2, boolean precalc)
ImageLine
creates a new instance(object) of the class.factor
- decrement of the linear equation.model
- the model of decrementation.parrow_width
- the width of an arrow.px1
- coordinate.px2
- coordinate.py1
- coordinate.py2
- coordinate.pz1
- coordinate.pz2
- coordinate.precalc
- .public void draw2D(GraphicParameter gp, boolean convert_coordinates) throws java.lang.Exception
draw2D
draw 2 dimensional lines with arrows.