http://www.jpicedt.org

jpicedt.graphic.toolkit
Interface CustomizerFactory

All Superinterfaces:
Element
All Known Implementing Classes:
DefaultSelectionHandler, Drawing.BoundingBox, PicCircleFrom3Points, PicEllipse, PicGroup, PicMultiCurve, PicParallelogram, PicPsCurve, PicSmoothPolygon, PicText

public interface CustomizerFactory
extends Element

Tags Element's able to produce an AbstractCustomizer suited for editing its geometry.

Since:
jPicEdt 1.3.2
Version:
$Id: CustomizerFactory.java,v 1.8 2013/03/27 06:58:51 vincentb1 Exp $
Author:
Sylvain Reynal

Method Summary
 AbstractCustomizer createCustomizer()
          Returns a customizer (Swing) component
 
Methods inherited from interface jpicedt.graphic.model.Element
anchorPointsIterator, clone, createShape, getAttribute, getAttributeSet, getBoundingBox, getCtrlPt, getCtrlPtSubset, getDrawing, getFirstPointIndex, getLastPointIndex, getName, getParent, getView, mirror, removeView, replaceBy, rotate, scale, scale, scale, scale, setAttribute, setAttributeSet, setCtrlPt, setCtrlPt, setParent, setViewFromFactory, shear, shear, syncArrowGeometry, translate
 

Method Detail

createCustomizer

AbstractCustomizer createCustomizer()
Returns a customizer (Swing) component


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org