Home
last modified time | relevance | path

Searched refs:scale (Results 276 – 300 of 528) sorted by path

1...<<11121314151617181920>>...22

/plugin/issuelinks/
H A Dstyle.less177 transform: scale(1) rotate(0deg);
182 transform: scale(1.1) rotate(0deg);
187 transform: scale(1.2) rotate(0deg);
/plugin/itrackviewer/
H A Dsyntax.php239 'scale="noscale" '.
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java900 double scale = Math.min(xScale, yScale); in buildUI()
901 int scaledWidth = (int) (image.getWidth(null)*scale); in buildUI()
902 int scaledHeight = (int) (image.getHeight(null)*scale); in buildUI()
H A DScreenShot.java29 private double scale; field in ScreenShot
43 double scale, in ScreenShot() argument
59 this.scale = scale; in ScreenShot()
110 if (scale<0.99 || scale > 1.01) { in call()
111 …redImage scaled = new BufferedImage((int) (img.getWidth()*scale), (int) (img.getHeight()*scale), i… in call()
122 mousePosition = new Point((int) (mousePosition.x*scale), (int) (mousePosition.y*scale)); in call()
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx.jar ... imageBasePath protected java.awt.Point translate protected double scale protected boolean drawLabels protected java.util.Hashtable imageCache ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak564 tip += "<br>scale=" + numberFormat.format(getView().getScale())
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak167 // Do not change the scale and translation after files have been loaded
345 status(mxResources.get("scale") + ": "
H A DEditorActions.java373 protected double scale; field in EditorActions.ScaleAction
378 public ScaleAction(double scale) { in ScaleAction() argument
379 this.scale = scale; in ScaleAction()
389 double scale = this.scale; in actionPerformed() local
391 if (scale == 0) { in actionPerformed()
398 scale = Double.parseDouble(value.replace("%", "")) / 100; in actionPerformed()
402 if (scale > 0) { in actionPerformed()
403 graphComponent.zoomTo(scale, graphComponent.isCenterZoom()); in actionPerformed()
504 final int scale, in post() argument
571 progressListener.onProgress((int) (offset + scale*counter/contentSize)); in post()
H A DEditorActions.java.bak373 protected double scale;
378 public ScaleAction(double scale) {
379 this.scale = scale;
389 double scale = this.scale;
391 if (scale == 0) {
394 mxResources.get("scale") + " (%)",
398 scale = Double.parseDouble(value.replace("%", "")) / 100;
402 if (scale > 0) {
403 graphComponent.zoomTo(scale, graphComponent.isCenterZoom());
504 final int scale,
[all …]
H A DEditorRuler.java113 protected double scale = DEFAULT_PAGESCALE; field in EditorRuler
210 activeoffset = (int) (offset * scale); in setActiveOffset()
221 activelength = (int) (length * scale); in setActiveLength()
465 double scale = graph.getView().getScale(); in paintComponent() local
466 double tx = trans.getX() * scale; in paintComponent()
467 double ty = trans.getY() * scale; in paintComponent()
H A DEditorToolBar.java263 double scale = Math.min(16, Math.max(0.01, in EditorToolBar()
265 graphComponent.zoomTo(scale, graphComponent in EditorToolBar()
H A DSchemaEditorToolBar.java166 double scale = Math.min(16, Math.max(0.01, in SchemaEditorToolBar()
168 graphComponent.zoomTo(scale, graphComponent in SchemaEditorToolBar()
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties176 scale=Scale key
H A Deditor.properties.bak172 scale=Scale
H A Deditor_de.properties180 scale=Skalierung key
H A Deditor_de.properties.bak173 scale=Skalierung
H A Deditor_zh-CN.properties172 scale=Scale key
/plugin/jirainfo/
H A Dstyle.less159 -webkit-transform: scale(0.8);
160 -o-transform: scale(0.8);
161 transform: scale(0.8);
/plugin/jmol2/jmol/
H A DCHANGES.txt415 # bug fix: draw ARC was using radius, not diameter, for scale
1443 # bug fix: MO scale
1740 # bug fix: draw scale not saved in state for arc or xy arrow
2406 # (with corrected 40_dev draw scale)
2791 # draw diameter 100 circle {_O}[1] mesh nofill # 100 pixels (doesn't scale)
3131 # atom labels and 3D echos then scale properly.
3133 # bug fix: image writing does not scale fonts properly.
4343 # bug fix: drawn arrows scale improperly when zooming; arrow heads off-kilter
4714 # feature: adds adjustable scale for unitcell axes
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jar ... () public final void setScale (double) double scale public final void setElement (int, int, double ...

1...<<11121314151617181920>>...22