public abstract class JaFillObject extends JaObject
Constructor and Description |
---|
JaFillObject() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
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
SCaVis 1.0 ©