LibreOffice Module chart2 (master) 1
|
#include <Tickmarks.hxx>
Public Member Functions | |
TickFactory (ExplicitScaleData aScale, ExplicitIncrementData aIncrement) | |
virtual | ~TickFactory () |
void | getAllTicks (TickInfoArraysType &rAllTickInfos) const |
void | getAllTicksShifted (TickInfoArraysType &rAllTickInfos) const |
Protected Attributes | |
ExplicitScaleData | m_rScale |
ExplicitIncrementData | m_rIncrement |
css::uno::Reference< css::chart2::XScaling > | m_xInverseScaling |
double | m_fScaledVisibleMin |
double | m_fScaledVisibleMax |
Private Member Functions | |
bool | isDateAxis () const |
Definition at line 82 of file Tickmarks.hxx.
chart::TickFactory::TickFactory | ( | ExplicitScaleData | aScale, |
ExplicitIncrementData | aIncrement | ||
) |
Definition at line 88 of file Tickmarks.cxx.
References m_fScaledVisibleMax, m_fScaledVisibleMin, m_rScale, m_xInverseScaling, chart::ExplicitScaleData::Maximum, chart::ExplicitScaleData::Minimum, and chart::ExplicitScaleData::Scaling.
|
virtual |
Definition at line 110 of file Tickmarks.cxx.
void chart::TickFactory::getAllTicks | ( | TickInfoArraysType & | rAllTickInfos | ) | const |
Definition at line 119 of file Tickmarks.cxx.
References chart::DateTickFactory::getAllTicks(), chart::EquidistantTickFactory::getAllTicks(), isDateAxis(), m_rIncrement, and m_rScale.
Referenced by chart::VCartesianAxis::createShapes(), chart::VCartesianGrid::createShapes(), chart::VPolarRadiusAxis::createShapes(), and chart::VPolarGrid::getAllTickInfos().
void chart::TickFactory::getAllTicksShifted | ( | TickInfoArraysType & | rAllTickInfos | ) | const |
Definition at line 127 of file Tickmarks.cxx.
References chart::DateTickFactory::getAllTicksShifted(), chart::EquidistantTickFactory::getAllTicksShifted(), isDateAxis(), m_rIncrement, and m_rScale.
|
private |
Definition at line 114 of file Tickmarks.cxx.
References chart::ExplicitScaleData::AxisType, and m_rScale.
Referenced by getAllTicks(), and getAllTicksShifted().
|
protected |
Definition at line 103 of file Tickmarks.hxx.
Referenced by TickFactory(), and chart::TickFactory2D::TickFactory2D().
|
protected |
Definition at line 102 of file Tickmarks.hxx.
Referenced by TickFactory(), and chart::TickFactory2D::TickFactory2D().
|
protected |
Definition at line 98 of file Tickmarks.hxx.
Referenced by getAllTicks(), and getAllTicksShifted().
|
protected |
Definition at line 97 of file Tickmarks.hxx.
Referenced by getAllTicks(), getAllTicksShifted(), isDateAxis(), TickFactory(), and chart::TickFactory2D::TickFactory2D().
|
protected |
Definition at line 99 of file Tickmarks.hxx.
Referenced by TickFactory().