|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.engine.MarkerConstraints
lt.monarch.chart.marker.LabeledMarkerConstraints
public class LabeledMarkerConstraints extends MarkerConstraints
LabeledMarkerConstraints class is used for setting labeled markers bounds.
| Constructor and Description |
|---|
LabeledMarkerConstraints()
Default constructor. |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Marker marker,
Projector projector)
Applies set values to given marker. |
Rectangle2D |
getLabelBounds()
Returns label bounds. |
void |
setLabelBounds(Rectangle2D bounds)
Sets label bounds. |
| Methods inherited from class lt.monarch.chart.engine.MarkerConstraints |
|---|
getEntity, getLocation, setEntity, setLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LabeledMarkerConstraints()
| Method Detail |
|---|
public void applyTo(Marker marker,
Projector projector)
MarkerConstraints
applyTo in class MarkerConstraintsmarker - Markerprojector - Projector, that is used to set marker's location.public Rectangle2D getLabelBounds()
public void setLabelBounds(Rectangle2D bounds)
bounds - AbstractLabel bounds.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||