Class LineAppearance
java.lang.Object
eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.line.LineAppearance
Factory for creating Line objects with consistent appearance settings.
This class encapsulates common line styling parameters (width and color) to avoid redundant configuration. It provides multiple constructors for flexibility and ensures default values are used when not specified.
-
Constructor Summary
ConstructorsConstructorDescriptionLineAppearance(double lineWidth) LineAppearance(double lineWidth, Color color) -
Method Summary
-
Constructor Details
-
LineAppearance
public LineAppearance() -
LineAppearance
public LineAppearance(double lineWidth) -
LineAppearance
-
-
Method Details
-
getLine
-
getLine
-
getLineWidth
public double getLineWidth()
-