|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rosuda.ibase.toolkit.PPrimBase org.rosuda.ibase.toolkit.PPrimBox
public class PPrimBox
Field Summary | |
---|---|
boolean |
containsInSelection
whether contains returns true if the queried point lies in hiliting box |
int |
highEdge
|
double[] |
lastR
|
int |
lastTop
|
int |
lh
|
int |
lh15
|
double |
lh15Value
|
double |
lh3
|
double |
lhValue
|
int |
lowEdge
|
float |
LWMEDIAN
|
float |
LWMEDIANSEL
|
float |
LWRECT
|
float |
LWRECTSEL
|
float |
LWWHISKER
|
float |
LWWHISKEREND
|
float |
LWWHISKERENDSEL
|
float |
LWWHISKERSEL
|
int |
med
|
double |
medValue
|
Outlier |
queriedOutlier
|
boolean |
queriedSelection
|
int |
RADOUTL
|
int |
shighEdge
|
double[] |
slastR
|
int |
slastTop
|
int |
slh
|
int |
slh15
|
double |
slh3
|
int |
slowEdge
|
double |
smaxValue
|
int |
smed
|
double |
sminValue
|
java.awt.Rectangle |
sr
|
int |
suh
|
int |
suh15
|
double |
suh3
|
int[] |
svalPos
|
int |
sw
|
int |
sx
|
int |
uh
|
int |
uh15
|
double |
uh15Value
|
double |
uh3
|
double |
uhValue
|
int[] |
valPos
|
int |
w
|
int |
x
|
Fields inherited from class org.rosuda.ibase.toolkit.PPrimBase |
---|
borderColor, borderColorSel, col, COL_OUTLINE, dragging, fillColor, fillColorDrag, fillColorSel, performAlphaBlending, queryable, ref, visible |
Constructor Summary | |
---|---|
PPrimBox()
Creates a new instance of PPrimBox |
Method Summary | |
---|---|
boolean |
contains(int x,
int y)
checks whether the PlotPrimitive contains (or in case of a point primitive equals to) the given point. |
boolean |
hilitcontains(int x,
int y)
|
boolean |
intersects(java.awt.Rectangle rt)
checks whether the PlotPrimitive intersects (or is contained) in the given rectangle. |
void |
move(int x,
int y)
|
void |
moveX(int x)
|
void |
moveY(int y)
|
void |
paint(PoGraSS g,
int orientation,
SMarker m)
paint the primitive (w/o selection) |
void |
paintSelected(PoGraSS g,
int orientation,
SMarker m)
paint the selection |
Methods inherited from class org.rosuda.ibase.toolkit.PPrimBase |
---|
cases, getCaseIDs, getColor, getMarkedProportion, getMarkedProportion, getPrimaryCase, getPropSize, getRelativeMarkedProportion, isDragging, isPerformingAlphaBlending, isQueryable, isVisible, representsCase, setCaseIDs, setCaseIDs, setDragging, setMark, setVisible, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int RADOUTL
public float LWRECT
public float LWMEDIAN
public float LWWHISKER
public float LWWHISKEREND
public float LWRECTSEL
public float LWMEDIANSEL
public float LWWHISKERSEL
public float LWWHISKERENDSEL
public int med
public int uh
public int lh
public int uh15
public int lh15
public double medValue
public double uhValue
public double lhValue
public double uh15Value
public double lh15Value
public double uh3
public double lh3
public int x
public int w
public int lowEdge
public int lastTop
public int highEdge
public double[] lastR
public int[] valPos
public java.awt.Rectangle sr
public int smed
public int suh
public int slh
public int suh15
public int slh15
public double suh3
public double slh3
public int sx
public Outlier queriedOutlier
public int sw
public boolean queriedSelection
public double sminValue
public double smaxValue
public int slowEdge
public int slastTop
public int shighEdge
public double[] slastR
public int[] svalPos
public boolean containsInSelection
Constructor Detail |
---|
public PPrimBox()
Method Detail |
---|
public boolean intersects(java.awt.Rectangle rt)
PlotPrimitive
public void paint(PoGraSS g, int orientation, SMarker m)
PlotPrimitive
public boolean hilitcontains(int x, int y)
hilitcontains
in interface PlotPrimitive
hilitcontains
in class PPrimBase
public void paintSelected(PoGraSS g, int orientation, SMarker m)
PlotPrimitive
public boolean contains(int x, int y)
PlotPrimitive
public void move(int x, int y)
move
in class PPrimBase
public void moveX(int x)
moveX
in class PPrimBase
public void moveY(int y)
moveY
in class PPrimBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |