Home
last modified time | relevance | path

Searched refs:Point (Results 51 – 75 of 97) sorted by relevance

1234

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiLineString.php61 return new Point($x / $totalLength, $y / $totalLength);
H A DMultiPolygon.php52 return new Point($x / $totalArea, $y / $totalArea);
/plugin/rtlink/
H A DREADME11 Point your Plugin Manager to this url: . This automatically downloads, unzips and installs the plug…
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php230 $this->_saveClip(new Rectangle(new Point(0,
232 new Point($this->_widthPixels-1,
447 $this->_path->addPoint(new Point($x, $y));
452 $this->_path->addPoint(new Point($x, $y));
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DOSM.php16 use geoPHP\Geometry\Point; alias
90 'point' => new Point($lon, $lat),
134 /** @var Point[] */
445 /** @var Point $geometry */
468 * @param Point $point
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java19 import java.awt.Point;
400 Point p = e.getLocation(); in dragOver()
427 Point p = e.getLocation(); in drop()
H A DEditorPalette.java14 import java.awt.Point;
346 .startDrag(null, mxSwingConstants.EMPTY_IMAGE, new Point(), in addTemplate()
H A DBasicGraphEditor.java4 import java.awt.Point;
359 Point pt = SwingUtilities.convertPoint(e.getComponent(), e.getPoint(), in showOutlinePopupMenu()
424 Point pt = SwingUtilities.convertPoint(e.getComponent(), e.getPoint(), in showGraphPopupMenu()
H A DBasicGraphEditor.java.bak4 import java.awt.Point;
355 Point pt = SwingUtilities.convertPoint(e.getComponent(), e.getPoint(),
420 Point pt = SwingUtilities.convertPoint(e.getComponent(), e.getPoint(),
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java6 import java.awt.Point;
90 Point loc = bounds.getLocation(); in CaptureFrame()
111 Point loc = bounds.getLocation(); in CaptureFrame()
H A DSwfEncoder.java6 import java.awt.Point;
118 Point prevMouseLocation = null; in encode()
268 Point mouseLocation = frame.getMousePointer(); in encode()
H A DCaptureConfig.java6 import java.awt.Point;
180 Point mouseLocation = MouseInfo.getPointerInfo().getLocation(); in createScreenShot()
H A DMovieEditorDialog.java14 import java.awt.Point;
388 Point prevMouse = null; in MovieEditorDialog()
507 …Collections.singletonList((Shape) new ShapeImpl(new Point(0,0), new ImageImpl(new MappedImage(fram… in buildUI()
664 Point p = getMousePosition(); in buildUI()
/plugin/geophp/
H A Ddeleted.files20 geoPHP/lib/geometry/Point.class.php
H A Dcomposer.lock57 "description": "Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.",
/plugin/openlayersmap/
H A DStaticMap.php27 use geoPHP\Geometry\Point;
199 $geoms [] = new Point($this->lon, $this->lat);
202 $geoms [] = new Point($marker ['lon'], $marker ['lat']);
651 case 'Point':
735 * @param Point $point
26 use geoPHP\Geometry\Point; global() alias
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js431 return new fabric.Point(
436 return new fabric.Point(
3927 if (fabric.Point) {
3932 fabric.Point = Point;
3943 function Point(x, y) { class
3950 constructor: Point,
4350 topRight = new fabric.Point(max.x, min.y),
4351 bottomLeft = new fabric.Point(min.x, max.y),
6333 return this.absolutePan(new fabric.Point(
7879 var point = new fabric.Point(x, y);
[all …]
H A Dfabric.min.js1Point(rx,ry).addEquals(origin)},transformPoint:function(p,t,ignoreOffset){if(ignoreOffset){return …
2Point(this.x+(that.x-this.x)*t,this.y+(that.y-this.y)*t)},distanceFrom:function(that){var dx=this.… class
4Point(0,0),value);return this},absolutePan:function(point){this.viewportTransform[4]=-point.x;this…
5Point(points[0].x,points[0].y),p2=new fabric.Point(points[1].x,points[1].y);path.push("M ",points[…
6Point(min(x1,x2),min(y1,y2)),selectionX2Y2=new fabric.Point(max(x1,x2),max(y1,y2)),isClick=x1===x2…
8Point(currentWidth,currentHeight),_tl=new fabric.Point(coords.x-offsetX,coords.y-offsetY),_tr=new …
9 …fabric.util.transformPoint(new fabric.Point(min(aX),min(aY)),ivt),maxXY=fabric.util.transformPoint…
13 …ter=this.canvas.getPointer(e),pClicked=new fabric.Point(pointer.x,pointer.y),pLeftTop=new fabric.P…
/plugin/tuxquote/
H A DREADME38 - Point a browser to the Administration - Configuration Settings panel and set 'cachetime' to 0
/plugin/openlayersmap/syntax/
H A Dolmap.php21 use geoPHP\Geometry\Point;
818 $renderer->meta['geo']['geohash'] = (new Point($mainLon, $mainLat))->out('geohash');
20 use geoPHP\Geometry\Point; global() alias
/plugin/c3chart/assets/
H A Dc3.css65 /*-- Point --*/
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java5 import java.awt.Point;
557 Object target, Point location) in importCells()
H A DGraphEditor.java.bak4 import java.awt.Point;
428 Object target, Point location)
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md6 KML, GPX, and GeoRSS. It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.)
/plugin/schedule/lib/
H A DscheduleCitiesMap.js104 geometry: new ol.geom.Point (scheduleGetCoordFromLocation ([lat, lon])),

1234