public class Trapezoid extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Trapezoid.Builder |
| 构造器和说明 |
|---|
Trapezoid() |
Trapezoid(Trapezoid.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getTopLength() |
static Trapezoid.Builder |
newBuilder() |
void |
setTopLength(Double topLength) |
public Trapezoid()
public Trapezoid(Trapezoid.Builder builder)
public static Trapezoid.Builder newBuilder()
public Double getTopLength()
public void setTopLength(Double topLength)
Copyright © 2025. All rights reserved.