Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: Waypoint.java   Sprache: Unknown

package gui;

import java.awt.Point;

public class Waypoint {

 boolean stop;
 String name;
 Point point;
 
 public Waypoint(String wpName, Point location) {
  this(wpName, location, false);
 }
 
 public Waypoint(String wpName, Point location, boolean isStop) {
  
  name = wpName;
  stop = isStop;
  point = location;
 }
 
 public int X(){
  return (int) point.getX();
 }
 
 public int Y(){
  return (int) point.getY();
 }
 
 public Point point(){
  return  point;
 }
 
 public String Name(){
  return name;
 }
 
 public boolean IsStop()
 {
  return stop;
 }
 
}

[ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik