public class SubdividedPolygonPlugin
extends ShrinkPanelPlugin
| Constructor and Description |
|---|
SubdividedPolygonPlugin(JRViewer v) |
| Modifier and Type | Method and Description |
|---|---|
static double[][] |
circle(int n,
double r) |
Class<? extends SideContainerPerspective> |
getPerspectivePluginClass() |
double[][] |
getPoints() |
void |
updateDragPoints(int numControllPoints) |
void |
updatePolygon(int sub) |
public SubdividedPolygonPlugin(JRViewer v)
public static double[][] circle(int n,
double r)
public void updatePolygon(int sub)
public void updateDragPoints(int numControllPoints)
public double[][] getPoints()
public Class<? extends SideContainerPerspective> getPerspectivePluginClass()