org.rosuda.ibase.toolkit
Class PPrimHam
java.lang.Object
org.rosuda.ibase.toolkit.PPrimBase
org.rosuda.ibase.toolkit.PPrimPolygon
org.rosuda.ibase.toolkit.PPrimHam
- All Implemented Interfaces:
- PlotPrimitive
public class PPrimHam
- extends PPrimPolygon
Fields inherited from class org.rosuda.ibase.toolkit.PPrimPolygon |
closed, COL_INVISIBLELINES, drawBorder, drawCorners, fill, invisibleLines, lineWidth, noDotsAt, pg, selectByCorners, showGapDots, showInvisibleLines, useSelAlpha |
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.PPrimBase |
cases, getCaseIDs, getColor, getMarkedProportion, getMarkedProportion, getPrimaryCase, getPropSize, getRelativeMarkedProportion, hilitcontains, isDragging, isPerformingAlphaBlending, isQueryable, isVisible, move, moveX, moveY, representsCase, setCaseIDs, setCaseIDs, setDragging, setMark, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
alwaysAlpha
public boolean alwaysAlpha
fudge
public double fudge
total
public int total
tmp
public int tmp
leftVar
public int leftVar
PPrimHam
public PPrimHam()
updateAnchors
public void updateAnchors(int ax1,
int ay1,
int ax2,
int ay2,
int totHeight)
paint
public void paint(PoGraSS g,
int orientation,
SMarker m)
- paint the primitive
- Specified by:
paint
in interface PlotPrimitive
- Overrides:
paint
in class PPrimPolygon
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 PPrimPolygon
toString
public java.lang.String toString()
- Overrides:
toString
in class PPrimPolygon