org.rosuda.ibase.toolkit
Class PPrimMosaic
java.lang.Object
org.rosuda.ibase.toolkit.PPrimBase
org.rosuda.ibase.toolkit.PPrimRectangle
org.rosuda.ibase.toolkit.PPrimMosaic
- All Implemented Interfaces:
- PlotPrimitive
public class PPrimMosaic
- extends PPrimRectangle
Fields inherited from class org.rosuda.ibase.toolkit.PPrimBase |
borderColor, borderColorSel, col, COL_OUTLINE, dragging, fillColor, fillColorDrag, fillColorSel, performAlphaBlending, queryable, ref, visible |
Methods inherited from class org.rosuda.ibase.toolkit.PPrimRectangle |
brushRect, drawRect, drawRect, getMINHEIGHT, getMINWIDTH, getOrientation, intersects, isBrushed, move, moveX, moveY, setBounds, setBounds, setMINHEIGHT, setMINWIDTH |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fillColorEmpty
public java.awt.Color fillColorEmpty
borderColorEmpty
public java.awt.Color borderColorEmpty
binbgColor
public java.awt.Color binbgColor
borderColorSelCensored
public java.awt.Color borderColorSelCensored
borderColorSelUncensored
public java.awt.Color borderColorSelUncensored
borderColorCensored
public java.awt.Color borderColorCensored
fillColorCensored
public java.awt.Color fillColorCensored
info
public java.lang.String info
TYPE_OBSERVED
public static final int TYPE_OBSERVED
- See Also:
- Constant Field Values
TYPE_EXPECTED
public static final int TYPE_EXPECTED
- See Also:
- Constant Field Values
TYPE_SAMEBINSIZE
public static final int TYPE_SAMEBINSIZE
- See Also:
- Constant Field Values
TYPE_MULTIPLEBARCHARTS
public static final int TYPE_MULTIPLEBARCHARTS
- See Also:
- Constant Field Values
TYPE_FLUCTUATION
public static final int TYPE_FLUCTUATION
- See Also:
- Constant Field Values
PPrimMosaic
public PPrimMosaic()
toString
public java.lang.String toString()
- Overrides:
toString
in class PPrimRectangle
paint
public void paint(PoGraSS g,
int orientation,
SMarker m)
- Description copied from class:
PPrimRectangle
- paint the primitive
- Specified by:
paint
in interface PlotPrimitive
- Overrides:
paint
in class PPrimRectangle
setObs
public void setObs(double obs)
getObs
public double getObs()
getDir
public char getDir()
setDir
public void setDir(char dir)
isCensored
public boolean isCensored()
setCensored
public void setCensored(boolean censored)
setType
public void setType(int type)
isEmpty
public boolean isEmpty()
changeDimension
public void changeDimension(int newWidth,
int newHeight)
setP
public void setP(double p)
setExp
public void setExp(double exp)
setScale
public void setScale(double scale)
contains
public boolean contains(int x,
int y)
- Description copied from class:
PPrimRectangle
- checks whether the PlotPrimitive contains (or in case of a point primitive equals to) the given point.
- Specified by:
contains
in interface PlotPrimitive
- Overrides:
contains
in class PPrimRectangle
paintSelected
public void paintSelected(PoGraSS g,
int orientation,
SMarker m)
- Description copied from interface:
PlotPrimitive
- paint the selection
- Specified by:
paintSelected
in interface PlotPrimitive
- Overrides:
paintSelected
in class PPrimRectangle