Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
jpicedt.graphic.PicPoint

Uses of PicPoint in jpicedt.graphic
 

Fields in jpicedt.graphic declared as PicPoint
private  PicPoint PECanvas.peMousePoint
          tmp.
 

Methods in jpicedt.graphic that return PicPoint
 PicPoint PicPoint.toMm(double unitLength)
          convert a PicPoint with coordinate in the given unitlenth (expressed in mm) to a new PicPoint in mm coordinate.
 PicPoint PicPoint.toMm(double xUnit, double yUnit)
          convert a PicPoint with coordinate in the given unitlenths along X and Y axis (expressed in mm) to a new PicPoint in mm coordinate.
 PicPoint PageFormat.getOrgPx(double zoom)
           
static PicPoint PEToolKit.getDirector(PicPoint startPt, PicPoint endPt)
           
static PicPoint PEToolKit.getDirector(PicPoint startPt, PicPoint endPt, PicPoint dest)
           
static PicPoint PEToolKit.getDirector(double startPtX, double startPtY, double endPtX, double endPtY, PicPoint dest)
           
static PicPoint PEToolKit.getOrthogonal(PicPoint startPt, PicPoint endPt)
           
 PicPoint PECanvas.getSheetOrigin()
           
 PicPoint PECanvas.modelToView(PicPoint src, PicPoint dst)
          Converts a point from the model-coordinate system to the pixel-coordinate system.
 PicPoint PECanvas.view2Model(PicPoint src, PicPoint dst)
          Converts a point from the pixel-coordinate system to the model-coordinate system.
 

Methods in jpicedt.graphic with parameters of type PicPoint
static PicPoint PEToolKit.getDirector(PicPoint startPt, PicPoint endPt)
           
static PicPoint PEToolKit.getDirector(PicPoint startPt, PicPoint endPt, PicPoint dest)
           
static PicPoint PEToolKit.getDirector(double startPtX, double startPtY, double endPtX, double endPtY, PicPoint dest)
           
static PicPoint PEToolKit.getOrthogonal(PicPoint startPt, PicPoint endPt)
           
static int PEToolKit.testDistanceToPath(java.awt.Shape s, PicPoint pt, double maxDist)
           
 PicPoint PECanvas.modelToView(PicPoint src, PicPoint dst)
          Converts a point from the model-coordinate system to the pixel-coordinate system.
 PicPoint PECanvas.view2Model(PicPoint src, PicPoint dst)
          Converts a point from the pixel-coordinate system to the model-coordinate system.
 void PECanvas.setZoomFactor(double zoom, PicPoint ptClick)
          sets the current zoom factor to the given double, then updates various properties (model <-> view transforms, dimension, preferredSize...), finally, sources a ZoomEvent to give a chance to receiver to update their state accordingly (this may be used e.g.
protected  void PECanvas.fireZoomUpdate(double oldZoom, double newZoom, PicPoint ptClick)
          Notify all listeners that have registered interest for notification on this event type.
 

Constructors in jpicedt.graphic with parameters of type PicPoint
PicPoint(PicPoint picPoint)
          Clone the given point.