com.croftsoft.core.animation.painter
Interface XYPainter

All Superinterfaces:
ComponentPainter
All Known Implementing Classes:
AbstractXYPainter, IconPainter

public interface XYPainter
extends ComponentPainter

A ComponentPainter with (x,y) coordinate accessor/mutator methods.

Since:
2002-03-05
Version:
2003-07-05
Author:
David Wallace Croft

Method Summary
 int getX()
           
 int getY()
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from interface com.croftsoft.core.animation.ComponentPainter
paint
 

Method Detail

getX

int getX()

getY

int getY()

setX

void setX(int x)

setY

void setY(int y)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)