|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjhplot.jadraw.JaObject
jhplot.jadraw.JaFillObject
public abstract class JaFillObject
A general object that can be filled.
Field Summary |
---|
Fields inherited from class jhplot.jadraw.JaObject |
---|
BB_MAX_X, BB_MAX_Y, BB_MIN_X, BB_MIN_Y, COPY, D_FORMAT, INIT_SIZE, LENGTH, MOVE, RESIZE, SELECT_BODY, SELECT_LL, SELECT_LR, SELECT_NONE, SELECT_P1, SELECT_P2, SELECT_P3, SELECT_UL, SELECT_UR |
Constructor Summary | |
---|---|
JaFillObject()
|
Method Summary | |
---|---|
Color |
getFillColor()
Returns the fill color of the fillColor object. |
float |
getStroke()
Returns the stroke (line width) of this object. |
String |
latexWidth()
Returns the string that sets the latex line width of this FillObject. |
void |
setFillColor(Color color)
Sets the fill color of this fillColor object. |
void |
setStroke(float newStroke)
Sets the stroke (line width) of this object. |
Methods inherited from class jhplot.jadraw.JaObject |
---|
copy, drawHandles, drawVisualAid, editPanel, getBoundingBox, getColor, getGeneralPath, getGrabbedHandle, getHeight, getRelh, getRelHndc, getRelHuser, getRelSize, getRelw, getRelWndc, getRelWuser, getSize, getWidth, getX, getXndc, getXuser, getY, getYndc, getYuser, isCopy, isMarked, isUser, jaxoDraw, latexCommand, moveBy, rescaleObject, scalePoint, setAsMarked, setBoundingBox, setColor, setLocation, setLocation, setRelh, setRelw, setRelWAndH, setRelWH, setSize, setX, setY, updateCoor, updateNDC |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaFillObject()
Method Detail |
---|
public final Color getFillColor()
public final void setFillColor(Color color)
color
- The color to be set as fill color.public final float getStroke()
public final void setStroke(float newStroke)
newStroke
- The new stroke of this object.public final String latexWidth()
latexWidth
in class JaObject
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |