|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.engine.MarkerConstraints
public class MarkerConstraints extends java.lang.Object
| Constructor and Description |
|---|
MarkerConstraints()
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Marker marker,
Projector projector)
Applies set values to given marker. |
ChartEntity |
getEntity()
Returns marker's chart entity. |
GeneralPoint |
getLocation()
Returns location of marker. |
void |
setEntity(ChartEntity ent)
Sets chart entity to marker. |
void |
setLocation(GeneralPoint pt)
Sets location of marker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarkerConstraints()
| Method Detail |
|---|
public void applyTo(Marker marker,
Projector projector)
marker - Markerprojector - Projector, that is used to set marker's location.public GeneralPoint getLocation()
public void setLocation(GeneralPoint pt)
pt - Location of marker (normalized point).public ChartEntity getEntity()
public void setEntity(ChartEntity ent)
ent - Chart entity.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||