cz.cuni.jagrlib.iface
Interface PolygonRender

All Superinterfaces:
Property, Render
All Known Subinterfaces:
PolygonFillRender, PolygonHashRender, PolygonStrokeRender, PolygonWindow
All Known Implementing Classes:
PolygonClip, PolygonFill, PolygonFillAnti, PolylineAntialias

public interface PolygonRender
extends Render

Rendering interface for 2D polygons and polylines.

Since:
0.01
See Also:
PolygonRender.java

Field Summary
static java.lang.String POLY_INSIDE
          Polygon inside property (int).
static int POLY_INSIDE_PARITY
          Odd-even rule for polygon inside test.
static int POLY_INSIDE_WINDING
          Non-zero winding rule for polygon inside test.
 
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
 
Fields inherited from interface cz.cuni.jagrlib.iface.Property
LOGGING, STATISTICS, TEXT_DESCRIPTION
 
Method Summary
 
Methods inherited from interface cz.cuni.jagrlib.iface.Property
commit, get, set
 

Field Detail

POLY_INSIDE

static final java.lang.String POLY_INSIDE
Polygon inside property (int).

See Also:
Constant Field Values

POLY_INSIDE_PARITY

static final int POLY_INSIDE_PARITY
Odd-even rule for polygon inside test.

See Also:
Constant Field Values

POLY_INSIDE_WINDING

static final int POLY_INSIDE_WINDING
Non-zero winding rule for polygon inside test.

See Also:
Constant Field Values