sgtplot
Interface DataKey
-
- All Superinterfaces:
- LayerChild, Selectable
- All Known Implementing Classes:
- ColorKey, LineKey, PointCollectionKey, VectorKey
public interface DataKey extends LayerChild
Inticates the class is a key or legend.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaddGraph(CartesianRenderer rend, SGLabel label)voidsetAlign(int vert, int horz)voidsetBorderStyle(int style)voidsetBoundsP(Rectangle2D.Double r)voidsetColumns(int col)voidsetHAlign(int horz)voidsetLineLengthP(double len)voidsetLocationP(Point2D.Double locP)voidsetVAlign(int vert)-
Methods inherited from interface sgtplot.LayerChild
copy, draw, getId, getLayer, getPane, isVisible, modified, setId, setLayer, setVisible, toString
-
Methods inherited from interface sgtplot.Selectable
getBounds, isSelectable, isSelected, setSelectable, setSelected
-
-
-
-
Method Detail
-
setLocationP
void setLocationP(Point2D.Double locP)
-
addGraph
void addGraph(CartesianRenderer rend, SGLabel label) throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
-
setAlign
void setAlign(int vert, int horz)
-
setHAlign
void setHAlign(int horz)
-
setVAlign
void setVAlign(int vert)
-
setBorderStyle
void setBorderStyle(int style)
-
setBoundsP
void setBoundsP(Rectangle2D.Double r)
-
setColumns
void setColumns(int col)
-
setLineLengthP
void setLineLengthP(double len)
-
-
DMelt 3.0 © DataMelt by jWork.ORG