| java.lang.Object org.netbeans.modules.visual.anchor.TriangleAnchorShape
TriangleAnchorShape | public class TriangleAnchorShape implements AnchorShape(Code) | | author: David Kaspar |
Constructor Summary | |
public | TriangleAnchorShape(int size, boolean filled, boolean output, boolean hollow, double cutDistance) Creates a triangular anchor shape. |
TriangleAnchorShape | public TriangleAnchorShape(int size, boolean filled, boolean output, boolean hollow, double cutDistance)(Code) | | Creates a triangular anchor shape.
Parameters: size - the size of triangle Parameters: filled - if true, then the triangle is filled Parameters: output - if true, then it is output triangle Parameters: cutDistance - the cut distance |
getCutDistance | public double getCutDistance()(Code) | | |
getRadius | public int getRadius()(Code) | | |
isLineOriented | public boolean isLineOriented()(Code) | | |
|
|