Apime v1.0

Uses of Class
com.java4ever.apime.math.Point

Packages that use Point
com.java4ever.apime.math   
com.java4ever.apime.ui   
 

Uses of Point in com.java4ever.apime.math
 

Subclasses of Point in com.java4ever.apime.math
 class Rectangle
          Rectángulo.
 

Methods in com.java4ever.apime.math with parameters of type Point
 boolean Rectangle.contains(Point p)
          Comprueba si contiene las coordenadas indicadas.
 void Point.setLocation(Point p)
          Cambia las coordenadas del punto.
 

Constructors in com.java4ever.apime.math with parameters of type Point
Point(Point p)
          Crea un punto.
 

Uses of Point in com.java4ever.apime.ui
 

Methods in com.java4ever.apime.ui that return Point
 Point ITextComponent.getAlignment()
          Devuelve la alineación del texto.
 Point IComponent.getLocation()
          Devuelve la posición del componente.
 Point IComponent.getSize()
          Devuelve el tamaño del componente.
 Point IComponent.getLocationOnScreen()
          Devuelve la posición del componente en la pantalla.
 


Apime v1.0

Copyright 2004 Java4Ever.com. All Rights Reserved.