|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.visualization.svg.MinimalMarkers
public class MinimalMarkers
Simple marker library that just draws colored crosses at the given coordinates.
| Field Summary | |
|---|---|
private ColorLibrary |
colors
Color library |
| Constructor Summary | |
|---|---|
MinimalMarkers()
Constructor |
|
MinimalMarkers(StyleLibrary style)
Constructor |
|
| Method Summary | |
|---|---|
void |
setStyleLibrary(StyleLibrary style)
Set the style library for this marker library. |
Element |
useMarker(SVGPlot plot,
Element parent,
double x,
double y,
int stylenr,
double size)
Use a given marker on the document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ColorLibrary colors
| Constructor Detail |
|---|
public MinimalMarkers(StyleLibrary style)
style - Style library to usepublic MinimalMarkers()
| Method Detail |
|---|
public Element useMarker(SVGPlot plot,
Element parent,
double x,
double y,
int stylenr,
double size)
useMarker in interface MarkerLibraryplot - Plot to draw onparent - parent nodex - coordinatey - coordinatestylenr - style (enumerated)size - size
public void setStyleLibrary(StyleLibrary style)
MarkerLibrary
setStyleLibrary in interface MarkerLibrarystyle - New style library to use.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||