|
|||||||||
| Home >> All >> [ jplot overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jplot
Class LineStyle

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
jplot.LineStyle
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class LineStyle
- extends javax.swing.JPanel
Linestyle is a class which shows the current drawing style. Returns a panel or canvas on which is paint the drawing style according to the parameters past to the class.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private java.awt.Color |
backgroundColor
|
private double |
lineLength
|
private LinePars |
lp
|
private java.awt.Dimension |
panelSize
|
private java.awt.Stroke |
pointStroke
|
private java.awt.Rectangle |
rectangle
|
private java.awt.Stroke |
stroke
|
private double |
x_inset
|
private double |
y_inset
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
LineStyle(LinePars l)
|
|
| Method Summary | |
LinePars |
getLinePars()
|
java.awt.Dimension |
getPreferredSize()
Get the component's preferred size. |
private void |
initialize()
|
void |
paintComponent(java.awt.Graphics g)
Paint the component's body. |
void |
setBackground(java.awt.Color c)
Set the value of the background property. |
void |
setColor(java.awt.Color c)
|
void |
setLinePars(LinePars lp)
|
void |
setPenWidth(float f)
|
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
backgroundColor
private java.awt.Color backgroundColor
stroke
private java.awt.Stroke stroke
pointStroke
private java.awt.Stroke pointStroke
panelSize
private java.awt.Dimension panelSize
x_inset
private double x_inset
y_inset
private double y_inset
lineLength
private double lineLength
lp
private LinePars lp
rectangle
private java.awt.Rectangle rectangle
| Constructor Detail |
LineStyle
public LineStyle(LinePars l)
| Method Detail |
initialize
private void initialize()
paintComponent
public void paintComponent(java.awt.Graphics g)
- Description copied from class:
javax.swing.JComponent - Paint the component's body. This usually means calling ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)>
ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)55 on the JComponent.ui>JComponent.ui55 property of the component, if it is non-null. You may override this if you wish to customize the component's body-painting behavior. The component's body is painted first, before the border and children.
getPreferredSize
public java.awt.Dimension getPreferredSize()
- Description copied from class:
javax.swing.JComponent - Get the component's preferred size. If the JComponent.preferredSize>
JComponent.preferredSize55 property has been explicitly set, it is returned. If the JComponent.preferredSize>JComponent.preferredSize55 property has not been set but the JComponent.ui>JComponent.ui55 property has been, the result of ComponentUI.getPreferredSize(javax.swing.JComponent)>ComponentUI.getPreferredSize(javax.swing.JComponent)55 is returned. If neither property has been set, the result of Container.getPreferredSize()>Container.getPreferredSize()55 is returned.
getLinePars
public LinePars getLinePars()
setLinePars
public void setLinePars(LinePars lp)
setColor
public void setColor(java.awt.Color c)
setPenWidth
public void setPenWidth(float f)
setBackground
public void setBackground(java.awt.Color c)
- Description copied from class:
javax.swing.JComponent - Set the value of the
backgroundproperty.
|
|||||||||
| Home >> All >> [ jplot overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC