chuidiang.graficos
Class EscalaGraficaPolar2

java.lang.Object
  extended by chuidiang.graficos.EscalaGraficaPolar
      extended by chuidiang.graficos.EscalaGraficaPolar2
All Implemented Interfaces:
InterfaceEscalaGrafica

public class EscalaGraficaPolar2
extends EscalaGraficaPolar

Clase encargada de transformar coordenadas de usuario en pixels y viceversa en gráficos con coordenadas polares.


Field Summary
 
Fields inherited from class chuidiang.graficos.EscalaGraficaPolar
escala
 
Constructor Summary
EscalaGraficaPolar2()
           
 
Method Summary
 java.awt.geom.Rectangle2D dameExtremos()
          Devuelve los extremos polares del dibujo.
 
Methods inherited from class chuidiang.graficos.EscalaGraficaPolar
anhadeObservador, dameCoordenadaUsuario, eliminaObservador, getExtremosCartesianos, getZoomable, pintaArco, pintaArcoRelleno, pintaEjeX, pintaEjeY, pintaImagen, pintaPoliLinea, pintaPuntos, pintaPuntos, pintaRectanguloRelleno, pintaRectanguloRelleno3D, pintaTexto, tomaExtremos, tomaExtremosCartesianos, tomaGraphics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EscalaGraficaPolar2

public EscalaGraficaPolar2()
Method Detail

dameExtremos

public java.awt.geom.Rectangle2D dameExtremos()
Devuelve los extremos polares del dibujo.

Specified by:
dameExtremos in interface InterfaceEscalaGrafica
Overrides:
dameExtremos in class EscalaGraficaPolar
Returns:
Rectangulo de dibujo.