Home
last modified time | relevance | path

Searched refs:format (Results 926 – 950 of 1384) sorted by path

1...<<31323334353637383940>>...56

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovie.java45 …return MessageFormat.format("{0,number,00}:{1,number,00}:{2,number,00}, {3} frames", length/3600, … in toString()
H A DRegion.java20 …public Region(BufferedImage master, String format, FileChannel channel, BufferedImage prev, boolea… in Region() argument
22 this.format = format; in Region()
57 private String format; field in Region
91 image = new MappedImage(bImage, format, channel); in grabImage()
H A DSwfEncoder.java135 …Process proc = runtime.exec(MessageFormat.format(config.getMp3command(), new Object[] {fragment.ge… in encode()
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
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 ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java636 tip += "[x=" + numberFormat.format(point.getX()) in getToolTipForCell()
637 + ",y=" + numberFormat.format(point.getY()) in getToolTipForCell()
654 tip += "[x=" + numberFormat.format(point.getX()) in getToolTipForCell()
655 + ",y=" + numberFormat.format(point.getY()) in getToolTipForCell()
671 + numberFormat.format(geo.getY()) + ",width=" in getToolTipForCell()
672 + numberFormat.format(geo.getWidth()) + ",height=" in getToolTipForCell()
673 + numberFormat.format(geo.getHeight()); in getToolTipForCell()
682 + numberFormat.format(state.getY()) + ",width=" in getToolTipForCell()
683 + numberFormat.format(state.getWidth()) in getToolTipForCell()
685 + numberFormat.format(state.getHeight()); in getToolTipForCell()
[all …]
H A DGraphEditor.java.bak507 tip += "[x=" + numberFormat.format(point.getX())
508 + ",y=" + numberFormat.format(point.getY())
525 tip += "[x=" + numberFormat.format(point.getX())
526 + ",y=" + numberFormat.format(point.getY())
542 + numberFormat.format(geo.getY()) + ",width="
543 + numberFormat.format(geo.getWidth()) + ",height="
544 + numberFormat.format(geo.getHeight());
553 + numberFormat.format(state.getY()) + ",width="
554 + numberFormat.format(state.getWidth())
556 + numberFormat.format(state.getHeight());
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java424 PageFormat format = pj.pageDialog(graphComponent in actionPerformed() local
427 if (format != null) { in actionPerformed()
428 graphComponent.setPageFormat(format); in actionPerformed()
H A DEditorActions.java.bak424 PageFormat format = pj.pageDialog(graphComponent
427 if (format != null) {
428 graphComponent.setPageFormat(format);
H A DEditorMenuBar.java.bak251 // Creates the format menu
252 menu = add(new JMenu(mxResources.get("format")));
611 * Adds menu items to the given format menu. This is factored out because
612 * the format menu appears in the menubar and also in the popupmenu.
H A DEditorRuler.java506 String text = format((x - tx) / increment); in paintComponent()
535 String text = format((y - ty) / increment); in paintComponent()
570 private final String format(double value) in format() method in EditorRuler
572 String text = numberFormat.format(value); in format()
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties33 format=Format key
H A Deditor.properties.bak33 format=Format
H A Deditor_de.properties38 format=Format key
H A Deditor_de.properties.bak34 format=Format
H A Deditor_zh-CN.properties34 format=Format key
H A Deditor_zh-CN.properties.bak34 format=Format
/plugin/jmol2/jmol/
H A DCHANGES.txt594 # new feature: format("sprintf format", a, b, c, ...)
602 # new feature: (value).label("C++ printf format")
793 # bug fix: biomolecules for new PDB format
1220 # new feature: JVXL format supports polygonColixes[]
1506 # JVXL 2.0 format enhancements
1576 # bug fix: more lenient MopacGraphF format resolving
2388 # new feature: "%T" label format for straightness
3595 # new feature: Spartan06 file format reader
4552 # colors must be [xRRGGBB] format for this one
5670 # Measurement format strings can be set using
[all …]
H A DCOPYRIGHT.txt50 Used for exporting images in JPEG format. Distributed free and without
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...

1...<<31323334353637383940>>...56