Examples of farbe()


Examples of fmg.fmg8.umgebung2D.Pixel.farbe()

                yNeuErst = (int) Math.round(normPix.y * yFakt);
                xNeuLetzt = (int) Math.round((normPix.x + 1) * xFakt);
                yNeuLetzt = (int) Math.round((normPix.y + 1) * yFakt);
                for (int x = xNeuErst; x < xNeuLetzt; x++) {
                    for (int y = yNeuErst; y < yNeuLetzt; y++) {
                        if (this.darFeld[x][y] != normPix.farbe()) {
                            this.wartPixel.add(new Pixel(x,
                                                         y,
                                                         normPix.farbe()));
                            this.darFeld[x][y] = normPix.farbe();
                        }
View Full Code Here

Examples of fmg.fmg8.umgebung2D.Pixel.farbe()

                for (int x = xNeuErst; x < xNeuLetzt; x++) {
                    for (int y = yNeuErst; y < yNeuLetzt; y++) {
                        if (this.darFeld[x][y] != normPix.farbe()) {
                            this.wartPixel.add(new Pixel(x,
                                                         y,
                                                         normPix.farbe()));
                            this.darFeld[x][y] = normPix.farbe();
                        }
                    }
                }
            } catch (final Exception e) {
View Full Code Here

Examples of fmg.fmg8.umgebung2D.Pixel.farbe()

                    for (int y = yNeuErst; y < yNeuLetzt; y++) {
                        if (this.darFeld[x][y] != normPix.farbe()) {
                            this.wartPixel.add(new Pixel(x,
                                                         y,
                                                         normPix.farbe()));
                            this.darFeld[x][y] = normPix.farbe();
                        }
                    }
                }
            } catch (final Exception e) {
                SonstMeth.log(SonstMeth.LOG_WARNING,
View Full Code Here

Examples of fmg.fmg8.umgebung2D.Pixel.farbe()

        it = pixel.iterator();
        while (it.hasNext()) {
            aktPix = (Pixel) it.next();

            if (aktPix.farbe() == Konstanten.FARBE_ROB) {
                g.setColor(Konstanten.C_VORDERGRUND);
            } else if (aktPix.farbe() == Konstanten.FARBE_SEL) {
                g.setColor(Konstanten.C_SPEZIAL);
            } else if (aktPix.farbe() == Konstanten.FARBE_RAHMEN) {
                g.setColor(Konstanten.C_RAHMEN);
View Full Code Here

Examples of fmg.fmg8.umgebung2D.Pixel.farbe()

        while (it.hasNext()) {
            aktPix = (Pixel) it.next();

            if (aktPix.farbe() == Konstanten.FARBE_ROB) {
                g.setColor(Konstanten.C_VORDERGRUND);
            } else if (aktPix.farbe() == Konstanten.FARBE_SEL) {
                g.setColor(Konstanten.C_SPEZIAL);
            } else if (aktPix.farbe() == Konstanten.FARBE_RAHMEN) {
                g.setColor(Konstanten.C_RAHMEN);
            } else if (aktPix.farbe() == Konstanten.FARBE_GGSTD) {
                g.setColor(Konstanten.C_GEGENSTAND);
View Full Code Here

Examples of fmg.fmg8.umgebung2D.Pixel.farbe()

            if (aktPix.farbe() == Konstanten.FARBE_ROB) {
                g.setColor(Konstanten.C_VORDERGRUND);
            } else if (aktPix.farbe() == Konstanten.FARBE_SEL) {
                g.setColor(Konstanten.C_SPEZIAL);
            } else if (aktPix.farbe() == Konstanten.FARBE_RAHMEN) {
                g.setColor(Konstanten.C_RAHMEN);
            } else if (aktPix.farbe() == Konstanten.FARBE_GGSTD) {
                g.setColor(Konstanten.C_GEGENSTAND);
            } else if (aktPix.farbe() >= 100 && aktPix.farbe() <= 125) {
                // Benutzerfarben.
View Full Code Here

Examples of fmg.fmg8.umgebung2D.Pixel.farbe()

                g.setColor(Konstanten.C_VORDERGRUND);
            } else if (aktPix.farbe() == Konstanten.FARBE_SEL) {
                g.setColor(Konstanten.C_SPEZIAL);
            } else if (aktPix.farbe() == Konstanten.FARBE_RAHMEN) {
                g.setColor(Konstanten.C_RAHMEN);
            } else if (aktPix.farbe() == Konstanten.FARBE_GGSTD) {
                g.setColor(Konstanten.C_GEGENSTAND);
            } else if (aktPix.farbe() >= 100 && aktPix.farbe() <= 125) {
                // Benutzerfarben.
                g.setColor(Konstanten.C_BENUTZER[aktPix.farbe() - 100]);
            } else if (aktPix.farbe() == Konstanten.FARBE_DURCHLAESSIG) {
View Full Code Here

Examples of fmg.fmg8.umgebung2D.Pixel.farbe()

                g.setColor(Konstanten.C_SPEZIAL);
            } else if (aktPix.farbe() == Konstanten.FARBE_RAHMEN) {
                g.setColor(Konstanten.C_RAHMEN);
            } else if (aktPix.farbe() == Konstanten.FARBE_GGSTD) {
                g.setColor(Konstanten.C_GEGENSTAND);
            } else if (aktPix.farbe() >= 100 && aktPix.farbe() <= 125) {
                // Benutzerfarben.
                g.setColor(Konstanten.C_BENUTZER[aktPix.farbe() - 100]);
            } else if (aktPix.farbe() == Konstanten.FARBE_DURCHLAESSIG) {
                g.setColor(Konstanten.C_DURCHLAESSIG);
            } else {
View Full Code Here

Examples of fmg.fmg8.umgebung2D.Pixel.farbe()

                g.setColor(Konstanten.C_SPEZIAL);
            } else if (aktPix.farbe() == Konstanten.FARBE_RAHMEN) {
                g.setColor(Konstanten.C_RAHMEN);
            } else if (aktPix.farbe() == Konstanten.FARBE_GGSTD) {
                g.setColor(Konstanten.C_GEGENSTAND);
            } else if (aktPix.farbe() >= 100 && aktPix.farbe() <= 125) {
                // Benutzerfarben.
                g.setColor(Konstanten.C_BENUTZER[aktPix.farbe() - 100]);
            } else if (aktPix.farbe() == Konstanten.FARBE_DURCHLAESSIG) {
                g.setColor(Konstanten.C_DURCHLAESSIG);
            } else {
View Full Code Here

Examples of fmg.fmg8.umgebung2D.Pixel.farbe()

                g.setColor(Konstanten.C_RAHMEN);
            } else if (aktPix.farbe() == Konstanten.FARBE_GGSTD) {
                g.setColor(Konstanten.C_GEGENSTAND);
            } else if (aktPix.farbe() >= 100 && aktPix.farbe() <= 125) {
                // Benutzerfarben.
                g.setColor(Konstanten.C_BENUTZER[aktPix.farbe() - 100]);
            } else if (aktPix.farbe() == Konstanten.FARBE_DURCHLAESSIG) {
                g.setColor(Konstanten.C_DURCHLAESSIG);
            } else {
                g.setColor(this.getBackground());
            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.