org.rosuda.ibase.toolkit
Class Outlier

java.lang.Object
  extended by org.rosuda.ibase.toolkit.PPrimBase
      extended by org.rosuda.ibase.toolkit.Outlier
All Implemented Interfaces:
PlotPrimitive

public class Outlier
extends PPrimBase

Author:
tobias

Field Summary
 
Fields inherited from class org.rosuda.ibase.toolkit.PPrimBase
borderColor, borderColorSel, col, COL_OUTLINE, dragging, fillColor, fillColorDrag, fillColorSel, performAlphaBlending, queryable, ref, visible
 
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.
 double getValue()
           
 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, hilitcontains, 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
 

Method Detail

contains

public boolean contains(int x,
                        int y)
Description copied from interface: PlotPrimitive
checks whether the PlotPrimitive contains (or in case of a point primitive equals to) the given point.


intersects

public boolean intersects(java.awt.Rectangle rt)
Description copied from interface: PlotPrimitive
checks whether the PlotPrimitive intersects (or is contained) in the given rectangle.


paint

public void paint(PoGraSS g,
                  int orientation,
                  SMarker m)
Description copied from interface: PlotPrimitive
paint the primitive (w/o selection)


paintSelected

public void paintSelected(PoGraSS g,
                          int orientation,
                          SMarker m)
Description copied from interface: PlotPrimitive
paint the selection


getValue

public double getValue()

move

public void move(int x,
                 int y)
Overrides:
move in class PPrimBase

moveX

public void moveX(int x)
Overrides:
moveX in class PPrimBase

moveY

public void moveY(int y)
Overrides:
moveY in class PPrimBase