|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.AbstractView<E>
lt.monarch.chart.view.CompositeView<E>
lt.monarch.chart.view.AbstractBorderDecorator<ChartPaintTags>
lt.monarch.chart.view.LineBorderDecorator
public class LineBorderDecorator extends AbstractBorderDecorator<ChartPaintTags>
View decorator (wrapper) that adds line border around the view.
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.view.AbstractBorderDecorator |
|---|
bottom, left, right, top, view |
| Fields inherited from class lt.monarch.chart.view.CompositeView |
|---|
views |
| Fields inherited from class lt.monarch.chart.AbstractView |
|---|
layoutInvalid, paintStyle, style |
| Constructor and Description |
|---|
LineBorderDecorator(View view)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
paint(AbstractGraphics g)
Paints the view. |
| Methods inherited from class lt.monarch.chart.view.AbstractBorderDecorator |
|---|
getPreferredSize, isHorizontallyExpandable, isVerticallyExpandable, layout, setBounds |
| Methods inherited from class lt.monarch.chart.view.CompositeView |
|---|
addView, dispose, getContainingObjects, getGraphicsType, getViewCount, getViews, removeView, setContainer, setView, validate, viewActivated, viewDeactivated, viewInvalidated |
| Methods inherited from class lt.monarch.chart.AbstractView |
|---|
activate, addViewListener, clone, container, deactivate, finalize, getAlignmentX, getAlignmentY, getBounds, getChartObjectBounds, getContainer, getHeight, getMaximumSize, getMinimumSize, getPaintMode, getPaintStyle, getParent, getSize, getSize, getStyle, getStyle, getWidth, getX, getY, invalidate, isLayoutValid, removeViewListener, render, repaint, repaint, setAlignmentX, setAlignmentY, setBounds, setLocation, setMaximumSize, setMinimumSize, setPaintMode, setPreferredSize, setSize |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineBorderDecorator(View view)
| Method Detail |
|---|
protected void paint(AbstractGraphics g)
AbstractView
paint in class CompositeView<ChartPaintTags>g - graphics context
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||