public class Rectan extends HShape
| Constructor and Description |
|---|
Rectan(double X1,
double Y1,
double X2,
double Y2)
Build a rectangle.
|
Rectan(double X1,
double Y1,
double X2,
double Y2,
Stroke strock,
Color color)
Build a rectangle
|
| Modifier and Type | Method and Description |
|---|---|
void |
doc()
Show online documentation.
|
String |
toString() |
contains, getColor, getFill, getPosition, getPositionCoordinate, getRotation, getScaledPosition, getSettings, getStroke, getTransparency, getWhoAm, setColor, setDashed, setDotted, setFill, setPosCoord, setPositionCoordinate, setRotation, setStroke, setTransparency, setWhoAm, updateSettingspublic Rectan(double X1,
double Y1,
double X2,
double Y2,
Stroke strock,
Color color)
X1 - X start positionY1 - Y start positionX2 - widthY2 - Y hightstrock - Stroke to draw itcolor - Colorpublic Rectan(double X1,
double Y1,
double X2,
double Y2)
X1 - X start positionY1 - Y start positionX2 - widthY2 - hightDMelt 2.0 © DataMelt by jWork.ORG