mirror of
https://codeberg.org/qg-info-unterricht/zpg-graphentester.git
synced 2026-03-25 04:58:24 +01:00
39 lines
2.6 KiB
Text
39 lines
2.6 KiB
Text
#BlueJ class context
|
|
comment0.target=PictureViewer
|
|
comment1.params=
|
|
comment1.target=PictureViewer()
|
|
comment1.text=\n\ Erzeugt\ ein\ ScrollPanel\ mit\ integriertem\ Bild\ der\ Gr\u00F6\u00DFe\ 1000x1000\n
|
|
comment10.params=
|
|
comment10.target=void\ back()
|
|
comment10.text=\n\ Ruft\ das\ letzte\ abgespeicherte\ Bild\ aus\ der\ History\ wieder\ auf.\n
|
|
comment11.params=
|
|
comment11.target=void\ repaint()
|
|
comment11.text=\n\ Setzt\ das\ angezeigt\ Bild\ neu\ und\ beachtet\ dabei\ den\ Zoomfaktor.\n
|
|
comment12.params=factor
|
|
comment12.target=void\ setZoom(double)
|
|
comment12.text=\n\ Setzt\ den\ Zoom-Faktor\ f\u00FCr\ das\ Bild.\n\ Als\ Zoomfaktor\ sind\ auch\ die\ Konstanten\ Bildanzeiger.FIT\ (auf\ Bildschirmgr\u00F6\u00DFe\ zoomen)\ und\ Bildanzeiger.NORMAL\ (100%)\ m\u00F6glich.\n\ @param\ factor\ Zoomfaktor\ (1.0\ \=\ 100%).\ \n
|
|
comment2.params=width\ height
|
|
comment2.target=PictureViewer(int,\ int)
|
|
comment2.text=\n\ Erzeugt\ ein\ ScrollPanel\ mit\ integriertem\ Bild\ der\ angegebenen\ Gr\u00F6\u00DFe\ \n\ @param\ width\ Breite\ des\ Bildes\n\ @param\ height\ H\u00F6he\ des\ Bildes\n
|
|
comment3.params=width\ height\ background
|
|
comment3.target=PictureViewer(int,\ int,\ java.lang.String)
|
|
comment3.text=\n\ Erzeugt\ ein\ ScrollPanel\ mit\ integriertem\ Bild\ der\ angegebenen\ Gr\u00F6\u00DFe\ \n\ @param\ width\ Breite\ des\ Bildes\n\ @param\ height\ H\u00F6he\ des\ Bildes\n\ @param\ background\ Farbe\ des\ Hintergrunds\ als\ HEX-String\ (z.B.\ "FF3A45")\n
|
|
comment4.params=filename
|
|
comment4.target=PictureViewer(java.lang.String)
|
|
comment4.text=\n\ Erzeugt\ ein\ ScrollPanel\ mit\ integriertem\ Bild\ aus\ einer\ Bilddatei\n\ @param\ filename\ Name\ des\ Bildes\n
|
|
comment5.params=picture
|
|
comment5.target=PictureViewer(Picture)
|
|
comment5.text=\n\ Erzeugt\ ein\ ScrollPanel\ und\ zeigt\ das\ Bild-Objekt\ an\n\ @param\ picture\ anzuzeigendes\ Bild\n
|
|
comment6.params=picture\ saveOldImage
|
|
comment6.target=void\ setImage(Picture,\ boolean)
|
|
comment6.text=\n\ Setzt\ das\ anzuzeigende\ Bild\ neu\n\ @param\ picture\ anzuzeigendes\ Bild\n\ @param\ saveOldImage\ soll\ das\ aktuelle\ Bild\ in\ der\ Historie\ gespeichert\ werden\n
|
|
comment7.params=
|
|
comment7.target=Picture\ getImage()
|
|
comment7.text=\n\ Liefert\ das\ angezeigte\ Bild\n\ @return\ angezeigtes\ Bild\n
|
|
comment8.params=bi
|
|
comment8.target=java.awt.image.BufferedImage\ deepCopy(java.awt.image.BufferedImage)
|
|
comment8.text=\ \n\ Erzeugt\ eine\ Kopie\ eines\ BufferedImage.\n\ @param\ Originalbild\n\ @return\ Kopie\ des\ Bildes\n
|
|
comment9.params=
|
|
comment9.target=void\ pushImage()
|
|
comment9.text=\n\ Speichert\ das\ \u00FCbergebene\ Bild\ in\ der\ History.\n\ @param\ b\ zu\ speicherndes\ Bild\n
|
|
numComments=13
|