org.omegahat.Graphics.Primitives
Interface ScaledComponentInt

All Known Subinterfaces:
AxisInt, GraphicalContainerInt

public interface ScaledComponentInt

An object that supports both X and Y ScaleInts for mapping entries between native and other coordinate systems (device NDC).


Method Summary
 ScaleInt getXScale()
          Retrieve the ScaleInt of the horizontal/X dimension.
 ScaleInt getYScale()
          Retrieve the ScaleInt of the vertical/Y dimension.
 void setXScale(ScaleInt s)
          Set the ScaleInt of the horizontal/X dimension.
 void setYScale(ScaleInt s)
          Set the ScaleInt of the vertical/Y dimension.
 

Method Detail

getXScale

public ScaleInt getXScale()
Retrieve the ScaleInt of the horizontal/X dimension.

getYScale

public ScaleInt getYScale()
Retrieve the ScaleInt of the vertical/Y dimension.

setXScale

public void setXScale(ScaleInt s)
Set the ScaleInt of the horizontal/X dimension.

setYScale

public void setYScale(ScaleInt s)
Set the ScaleInt of the vertical/Y dimension.