cz.cuni.jagrlib.iface
Interface PolygonFillRender
- All Superinterfaces:
- PolygonRender, Property, Render
- All Known Implementing Classes:
- PolygonClip, PolygonFill, PolygonFillAnti
public interface PolygonFillRender
- extends PolygonRender
Rendering interface for filled 2D polygons.
- Since:
- 0.01
- See Also:
- PolygonFillRender.java
Fields inherited from interface cz.cuni.jagrlib.iface.Render |
LINE_CAP, LINE_CAP_BUTT, LINE_CAP_ROUND, LINE_CAP_SQUARE, LINE_JOIN, LINE_JOIN_BEVEL, LINE_JOIN_DISJOINT, LINE_JOIN_MITER, LINE_JOIN_OVERLAP, LINE_JOIN_ROUND, LINE_WIDTH, PROJECTION, RENDER_STYLE, RENDER_STYLE_FLAT, RENDER_STYLE_GOURAUD, RENDER_STYLE_LINE, RENDER_STYLE_PHONG, RENDER_STYLE_TEXTURE |
Method Summary |
void |
fillPolygon(java.awt.Point[] v)
Fills the given polygon. |
void |
fillPolygon(java.awt.geom.Point2D.Double[] v)
Fills the given polygon. |
fillPolygon
void fillPolygon(java.awt.Point[] v)
- Fills the given polygon.
Uses pre-defined fill style.
- Parameters:
v
- Array of polygon vertices (needs not to be closed, null can interrupt the sequence).- See Also:
PolygonRender.POLY_INSIDE
fillPolygon
void fillPolygon(java.awt.geom.Point2D.Double[] v)
- Fills the given polygon.
Uses pre-defined fill style.
- Parameters:
v
- Array of polygon vertices (needs not to be closed, null can interrupt the sequence).- See Also:
PolygonRender.POLY_INSIDE