BuilderSyntax<DebugLine>
, DebugLineBuilder
, DebugLineSyntax
, WithLineColorSyntax
public 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 DebugLineSyntax
public WithLineColorSyntax of(Point p0, Point p1)
of
in interface DebugLineSyntax
public DebugLineBuilder withColor(Color color)
withColor
in interface WithLineColorSyntax
public DebugLine build()
build
in interface BuilderSyntax<DebugLine>
Copyright © 2017–2018 Ocraft Project. All rights reserved.