|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SizeMetrics | |
---|---|
com.androidplot.ui.widget | |
com.androidplot.xy | Classes for creating XYPlots. |
Uses of SizeMetrics in com.androidplot.ui.widget |
---|
Methods in com.androidplot.ui.widget with parameters of type SizeMetrics | |
---|---|
void |
Widget.setSize(SizeMetrics sizeMetrics)
|
Constructors in com.androidplot.ui.widget with parameters of type SizeMetrics | |
---|---|
DomainLabelWidget(XYPlot plot,
SizeMetrics sizeMetrics,
TextOrientationType orientationType)
|
|
EmptyWidget(SizeMetrics sizeMetrics)
|
|
RangeLabelWidget(XYPlot plot,
SizeMetrics sizeMetrics,
TextOrientationType orientationType)
|
|
TextLabelWidget(SizeMetrics sizeMetrics)
|
|
TextLabelWidget(SizeMetrics sizeMetrics,
TextOrientationType orientation)
|
|
TitleWidget(Plot plot,
SizeMetrics sizeMetrics,
TextOrientationType orientationType)
|
|
UserTextLabelWidget(String label,
SizeMetrics sizeMetrics,
TextOrientationType orientationType)
|
|
Widget(SizeMetrics sizeMetrics)
|
Uses of SizeMetrics in com.androidplot.xy |
---|
Methods in com.androidplot.xy that return SizeMetrics | |
---|---|
SizeMetrics |
XYLegendWidget.getIconSizeMetrics()
|
Methods in com.androidplot.xy with parameters of type SizeMetrics | |
---|---|
void |
XYLegendWidget.setIconSizeMetrics(SizeMetrics iconSizeMetrics)
Set the size of each legend's icon. |
Constructors in com.androidplot.xy with parameters of type SizeMetrics | |
---|---|
XYGraphWidget(XYPlot plot,
SizeMetrics sizeMetrics)
|
|
XYLegendWidget(XYPlot plot,
SizeMetrics widgetSizeMetrics,
TableModel tableModel,
SizeMetrics iconSizeMetrics)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |