jhplot.jadraw
Class JaFillObject

java.lang.Object
  extended by jhplot.jadraw.JaObject
      extended by jhplot.jadraw.JaFillObject
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JaAxes, JaBlob, JaBox, JaTextBox, JaVertexT5

public abstract class JaFillObject
extends JaObject

A general object that can be filled.

See Also:
Serialized Form

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
 java.awt.Color getFillColor()
          Returns the fill color of the fillColor object.
 float getStroke()
          Returns the stroke (line width) of this object.
 java.lang.String latexWidth()
          Returns the string that sets the latex line width of this FillObject.
 void setFillColor(java.awt.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

JaFillObject

public JaFillObject()
Method Detail

getFillColor

public final java.awt.Color getFillColor()
Returns the fill color of the fillColor object.

Returns:
The fill color of this fillColor object.

setFillColor

public final void setFillColor(java.awt.Color color)
Sets the fill color of this fillColor object.

Parameters:
color - The color to be set as fill color.

getStroke

public final float getStroke()
Returns the stroke (line width) of this object.

Returns:
The stroke of this object.

setStroke

public final void setStroke(float newStroke)
Sets the stroke (line width) of this object.

Parameters:
newStroke - The new stroke of this object.

latexWidth

public final java.lang.String latexWidth()
Returns the string that sets the latex line width of this FillObject.

Specified by:
latexWidth in class JaObject
Returns:
The line width of this JaBlob.


jHepWork 1.1 (C) Chekanov