Home
last modified time | relevance | path

Searched refs:scale (Results 501 – 525 of 528) sorted by last modified time

1...<<2122

/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties172 scale=Scale key
H A Deditor_de.properties180 scale=Skalierung key
H A Deditor.properties176 scale=Scale key
H A Deditor.properties.bak172 scale=Scale
H A Deditor_de.properties.bak173 scale=Skalierung
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
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 DSchemaEditorToolBar.java166 double scale = Math.min(16, Math.max(0.01, in SchemaEditorToolBar()
168 graphComponent.zoomTo(scale, graphComponent in SchemaEditorToolBar()
H A DEditorToolBar.java263 double scale = Math.min(16, Math.max(0.01, in EditorToolBar()
265 graphComponent.zoomTo(scale, graphComponent in EditorToolBar()
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 …]
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc27 filt(src, 'image'); // was 'scale'
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc27 filt(src, 'image'); // was 'scale'
H A Dslides.js1803 ctx.scale(1,0.5);
H A Dpretty.css146 /* .scale
/plugin/processing/
H A Dscript.js4933 p.scale = function scale(x, y, z) { function
6530 view.scale(1, -1, 1);
6555 view.scale(1, -1, 1);
6602 view.scale(1, -1, 1);
6645 view.scale(1, -1, 1);
6653 view.scale(1, -1, 1);
6809 model.scale(w, h, d);
7521 view.scale(1, -1, 1);
7559 view.scale(1, -1, 1);
7595 view.scale(1, -1, 1);
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak564 tip += "<br>scale=" + numberFormat.format(getView().getScale())
/plugin/jmol2/jmol/
H A DJmolApplet0_ReadersCifPdb.jar ... , int) throws java.lang.Exception void scale (int) throws java.lang.Exception void ...
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
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 DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_ShapeSpecial.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0.jar ... () public final void setScale (double) double scale public final void setElement (int, int, double ...
H A DJmolAppletSigned0_ReadersCifPdb.jar ... , int) throws java.lang.Exception void scale (int) throws java.lang.Exception void ...
H A DJmolApplet0.jar ... () public final void setScale (double) double scale public final void setElement (int, int, double ...

1...<<2122