List of usage examples for java.awt Polygon subclass-usage
From source file FlipPolygon.java
/**
* This is a Polygon that allows the user to flip and swap the points along it's
* axis. Flipping occures along the 0 line on the axis, so if you flip x it
* becomes -x.
*
* @author Joseph Lenton
From source file Hexagon.java
public class Hexagon extends Polygon { public enum Corner { Top, UpperRight, LowerRight, Bottom, LowerLeft, UpperLeft } public enum Direction {
From source file at.tuwien.ifs.somtoolbox.visualization.thematicmap.SOMRegion.java
/** * @author Taha Abdel Aziz * @version $Id: SOMRegion.java 4323 2014-12-26 23:37:47Z mayer $ */ public class SOMRegion extends Polygon implements IPnt { private static final long serialVersionUID = 1L;