|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Configuration delegate for a DisplaySpace.
Method Summary | |
int |
getDisplayPolicy()
GraphicSpaces.DISPLAY_SCALE_POLICY_??? |
Point3 |
getDisplayPosition(Point3 retVal)
Gets the display origin position in screen coordinates. |
double |
getDisplayScale()
display image scale factor about the display origin; view offset, view image, and display contents appear affected |
Size3 |
getDisplaySize(Size3 retVal)
Gets the display size in screen coordinates. |
ScreenSpace |
getScreenSpace()
|
Tuple3 |
getViewOffset(Tuple3 retVal)
The offset from display origin to view origin; unaffected by view scale. |
ViewSpace |
getViewSpace()
|
void |
setDisplayPolicy(int policy)
|
void |
setDisplayPosition(Point3 pos)
|
void |
setDisplayScale(double scale)
|
void |
setDisplaySize(Size3 size)
|
void |
setViewOffset(Tuple3 offset)
|
void |
setViewSpace(ViewSpace view)
|
Method Detail |
public ViewSpace getViewSpace()
public void setViewSpace(ViewSpace view)
public ScreenSpace getScreenSpace()
public Tuple3 getViewOffset(Tuple3 retVal)
retVal
- Return value object. The size. Never null.
public void setViewOffset(Tuple3 offset)
public int getDisplayPolicy()
public void setDisplayPolicy(int policy)
public double getDisplayScale()
public void setDisplayScale(double scale)
public Size3 getDisplaySize(Size3 retVal)
retVal
- Return value object. The size. Never null.
public void setDisplaySize(Size3 size)
public Point3 getDisplayPosition(Point3 retVal)
retVal
- Return value object. The position. Never null.
public void setDisplayPosition(Point3 pos)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |