Class Lens.Builder
- java.lang.Object
-
- org.jungrapht.visualization.transform.Lens.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Lens
build()
Lens.Builder
lensShape(Lens.Shape shape)
Lens.Builder
magnification(float magnification)
-
-
-
Method Detail
-
lensShape
public Lens.Builder lensShape(Lens.Shape shape)
-
magnification
public Lens.Builder magnification(float magnification)
-
build
public Lens build()
-
-