jhplot.shapes
Class Line
java.lang.Object
jhplot.shapes.HShape
jhplot.shapes.Line
public class Line
- extends HShape
Draw a line in the user or NDC coordinate system
Constructor Summary |
Line(double X1,
double Y1,
double X2,
double Y2)
Make a line using black (default) color and default stroke |
Line(double X1,
double Y1,
double X2,
double Y2,
java.awt.Stroke strock,
java.awt.Color color)
Main constructor fot a line |
Method Summary |
java.lang.String |
toString()
Show it as a string |
Methods inherited from class jhplot.shapes.HShape |
contains, getColor, getFill, getPosition, getPositionCoordinate, getScaledPosition, getSettings, getStroke, getTransparency, getWhoAm, setColor, setDashed, setDotted, setFill, setPosCoord, setStroke, setTransparency, setWhoAm, updateSettings |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Line
public Line(double X1,
double Y1,
double X2,
double Y2,
java.awt.Stroke strock,
java.awt.Color color)
- Main constructor fot a line
- Parameters:
X1
- X start positionY1
- Y start positionX2
- X end positionY2
- Y end positionstrock
- Stroke to draw itcolor
- Color
Line
public Line(double X1,
double Y1,
double X2,
double Y2)
- Make a line using black (default) color and default stroke
- Parameters:
X1
- X start positionY1
- Y start positionX2
- X end positionY2
- Y end position
toString
public java.lang.String toString()
- Show it as a string
- Overrides:
toString
in class java.lang.Object
- Returns:
- a string representation of this label, the text.
jHepWork 1.1 (C) Chekanov