#include <BoxedLabelFigure.h>
inet::BoxedLabelFigure::BoxedLabelFigure |
( |
const char * |
name = nullptr | ) |
|
const cFigure::Color & inet::BoxedLabelFigure::getBackgroundColor |
( |
| ) |
const |
const cFigure::Rectangle & inet::BoxedLabelFigure::getBounds |
( |
| ) |
const |
const cFigure::Font & inet::BoxedLabelFigure::getFont |
( |
| ) |
const |
double inet::BoxedLabelFigure::getInset |
( |
| ) |
const |
|
inline |
const cFigure::Color & inet::BoxedLabelFigure::getLabelColor |
( |
| ) |
const |
cLabelFigure* inet::BoxedLabelFigure::getLabelFigure |
( |
| ) |
const |
|
inline |
double inet::BoxedLabelFigure::getOpacity |
( |
| ) |
const |
cRectangleFigure* inet::BoxedLabelFigure::getRectangleFigure |
( |
| ) |
const |
|
inline |
const char * inet::BoxedLabelFigure::getText |
( |
| ) |
const |
void inet::BoxedLabelFigure::setAssociatedObject |
( |
cObject * |
object | ) |
|
void inet::BoxedLabelFigure::setBackgroundColor |
( |
cFigure::Color |
color | ) |
|
void inet::BoxedLabelFigure::setFont |
( |
cFigure::Font |
font | ) |
|
void inet::BoxedLabelFigure::setInset |
( |
double |
inset | ) |
|
void inet::BoxedLabelFigure::setLabelColor |
( |
cFigure::Color |
color | ) |
|
void inet::BoxedLabelFigure::setOpacity |
( |
double |
opacity | ) |
|
void inet::BoxedLabelFigure::setTags |
( |
const char * |
tags | ) |
|
void inet::BoxedLabelFigure::setText |
( |
const char * |
text | ) |
|
Referenced by BoxedLabelFigure(), inet::visualizer::InfoCanvasVisualizer::createInfoVisualization(), inet::visualizer::InterfaceTableCanvasVisualizer::createInterfaceVisualization(), inet::visualizer::StatisticCanvasVisualizer::createStatisticVisualization(), inet::visualizer::InfoCanvasVisualizer::refreshInfoVisualization(), inet::visualizer::InterfaceTableCanvasVisualizer::refreshInterfaceVisualization(), and inet::visualizer::StatisticCanvasVisualizer::refreshStatisticVisualization().
103 double width, height, ascent;
104 getSimulation()->getEnvir()->getTextExtent(
labelFigure->getFont(), text, width, height, ascent);
void inet::BoxedLabelFigure::setTooltip |
( |
const char * |
tooltip | ) |
|
double inet::BoxedLabelFigure::inset = 3 |
|
protected |
cLabelFigure* inet::BoxedLabelFigure::labelFigure |
|
protected |
Referenced by BoxedLabelFigure(), getFont(), getLabelColor(), getText(), setAssociatedObject(), setFont(), setInset(), setLabelColor(), setOpacity(), setTags(), setText(), and setTooltip().
cRectangleFigure* inet::BoxedLabelFigure::rectangleFigure |
|
protected |
Referenced by BoxedLabelFigure(), getBackgroundColor(), getBounds(), getOpacity(), setAssociatedObject(), setBackgroundColor(), setInset(), setOpacity(), setTags(), setText(), and setTooltip().
The documentation for this class was generated from the following files: