The Essential JViews Framework > Graphic Objects > Predefined Graphic Objects > Paths

IlvGeneralPath

images/generalp.gif

IlvGeneralPath objects can display any Java 2D Shape objects. This means that they can represent curves, rectangles, ellipses, general paths, etc., and any combination of them. You can define Java 2D properties for these objects, such as Paint or Stroke. The last two objects with the fade-out effect use "gradient paint" objects.

IlvGraphicPath

images/ilvgraphicpath.gif

An IlvGraphicPath object is a set of polypoints that can be drawn as polylines or as polygons. Depending on the position of its points, a polypoint may either appear as an ordinary polygon or as a hole in another polygon.