BuilderSyntax<DebugLine>, DebugLineBuilder, DebugLineSyntax, WithLineColorSyntaxpublic static final class DebugLine.Builder extends java.lang.Object implements DebugLineSyntax, WithLineColorSyntax, DebugLineBuilder
| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
DebugLine |
build() |
|
WithLineColorSyntax |
of(Line line) |
|
WithLineColorSyntax |
of(Point p0,
Point p1) |
|
DebugLineBuilder |
withColor(Color color) |
public WithLineColorSyntax of(Line line)
of in interface DebugLineSyntaxpublic WithLineColorSyntax of(Point p0, Point p1)
of in interface DebugLineSyntaxpublic DebugLineBuilder withColor(Color color)
withColor in interface WithLineColorSyntaxpublic DebugLine build()
build in interface BuilderSyntax<DebugLine>Copyright © 2017–2018 Ocraft Project. All rights reserved.