Class Line
java.lang.Object
eu.svjatoslav.sixth.e3d.renderer.raster.shapes.AbstractShape
eu.svjatoslav.sixth.e3d.renderer.raster.shapes.AbstractCoordinateShape
eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.line.Line
Line in 3D space.
Line is represented by two points, width and color and width.
-
Field Summary
Modifier and TypeFieldDescriptionColor of the line.final double
width of the line.Fields inherited from class eu.svjatoslav.sixth.e3d.renderer.raster.shapes.AbstractCoordinateShape
coordinates, onScreenZ, shapeId
Fields inherited from class eu.svjatoslav.sixth.e3d.renderer.raster.shapes.AbstractShape
mouseInteractionController
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.svjatoslav.sixth.e3d.renderer.raster.shapes.AbstractCoordinateShape
getZ, transform
Methods inherited from class eu.svjatoslav.sixth.e3d.renderer.raster.shapes.AbstractShape
setMouseInteractionController
-
Field Details
-
width
public final double widthwidth of the line. -
color
Color of the line.
-
-
Constructor Details
-
Line
-
Line
-
-
Method Details
-
paint
- Specified by:
paint
in classAbstractCoordinateShape
-