|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface used to access specific component render properties.
Internal use only. Don't use.
Field Summary | |
static int |
ANTI_ALIASING_DEFAULT
|
static int |
ANTI_ALIASING_OFF
|
static int |
ANTI_ALIASING_ON
|
Method Summary | |
int |
getAntiAliasing()
Gets the antiAliasing value. |
boolean |
isUsingDoublePixels()
Gets whether the component computes its pixel values using doubles rather than integers. |
void |
setAntiAliasing(int antiAliasing)
Sets the antiAliasing value. |
void |
setUsingDoublePixels(boolean usingDoubles)
Sets whether the component computes its pixel values using doubles rather than integers. |
Field Detail |
public static final int ANTI_ALIASING_DEFAULT
public static final int ANTI_ALIASING_ON
public static final int ANTI_ALIASING_OFF
Method Detail |
public int getAntiAliasing()
ANTI_ALIASING_ON
or ANTI_ALIASING_OFF
, the anti
aliasing rendering hint will be explicity turned on or off on the graphics
object used by the component to paint its children. If set to
ANTI_ALIASING_DEFAULT
, the graphics object will be untouched
with respect to anti aliasing when the component is painted.
public void setAntiAliasing(int antiAliasing)
ANTI_ALIASING_ON
or ANTI_ALIASING_OFF
, the anti
aliasing rendering hint will be explicity turned on or off on the graphics
object used by the component to paint its children. If set to
ANTI_ALIASING_DEFAULT
, the graphics object will be untouched
with respect to anti aliasing when the component is painted.
antiAliasing
- The new antiAliasing value.public void setUsingDoublePixels(boolean usingDoubles)
usingDoubles
- The new value of usingDoubles.public boolean isUsingDoublePixels()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |