|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.gauge.DrawableObject
oracle.dss.gauge.DrawableObject.Transform
public static class DrawableObject.Transform
This class defines an AffineTransform.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class oracle.dss.gauge.DrawableObject |
---|
DrawableObject.Image, DrawableObject.Label, DrawableObject.Shape, DrawableObject.TickLabel, DrawableObject.Transform |
Constructor Summary | |
---|---|
DrawableObject.Transform(java.awt.geom.AffineTransform transform,
boolean reset)
Constructor for a transformation object. |
Method Summary | |
---|---|
boolean |
contains(double x,
double y,
boolean useTruncated)
Perform an inclusion test on the object based on the given point |
java.awt.geom.AffineTransform |
getTransform()
Gets the AffineTransform. |
boolean |
isResetTransform()
Is this transform intended to reset the current transform? |
Methods inherited from class oracle.dss.gauge.DrawableObject |
---|
getAffineTransform, getComponentType, getLabelDimensions, getLabelObject, getTickLabelObject, isSelected, isVisible, render, setSelected, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DrawableObject.Transform(java.awt.geom.AffineTransform transform, boolean reset)
reset
- True
if this transform
is intended to reset the current transform,
False
otherwisetransform
- Instance of AffineTransform
.Method Detail |
---|
public boolean contains(double x, double y, boolean useTruncated)
contains
in class DrawableObject
useTruncated
- True
if the truncated rectangle
should be used, False
otherwisey
- Integer representing the Y location of the pointx
- Integer representing the X location of the point
True
if the point is contained within
this object, False
otherwisepublic java.awt.geom.AffineTransform getTransform()
AffineTransform
instance.public boolean isResetTransform()
True
if this transform
is intended to reset the current transform,
False
otherwise
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |