|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserCoordinates
An interface defining further that an object can convert user-space coordinates into normalized user coordinates and screen coordinates.
| Method Summary | |
|---|---|
CoordinateTransforming |
getUserTransformation()
Return the coordinate transformation to get from user space to normalized pixel space. |
CoordinateTransforming |
getUserTransformation(int type)
Return the coordinate transformation to get from user space to normalized pixel space. |
void |
setUserTransformation(CoordinateTransforming user)
This method set the coordinate transformation from user space to normalized pixel space. |
void |
setUserTransformation(CoordinateTransforming user,
int type)
This method set the coordinate transformation from user space to normalized pixel space. |
| Methods inherited from interface jview.NormalizedCoordinates |
|---|
getArea, getNormalized, getNormalizedRect, getScreen, getScreenRect, getViewport, isNormalizedOnScreen, isScreenInNormalized |
| Method Detail |
|---|
void setUserTransformation(CoordinateTransforming user)
void setUserTransformation(CoordinateTransforming user,
int type)
CoordinateTransforming getUserTransformation()
getUserTransformation(int) called with zero.
CoordinateTransforming getUserTransformation(int type)
type - Zero for main type, others for special use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||