#include <J2DOrthoGraph.h>
|
| J2DOrthoGraph () |
|
| J2DOrthoGraph (f32 x, f32 y, f32 width, f32 height, f32 far, f32 near) |
|
void | setOrtho (JGeometry::TBox2< f32 > const &bounds, f32 far, f32 near) |
|
void | scissorBounds (JGeometry::TBox2< f32 > *, JGeometry::TBox2< f32 > const *) |
|
virtual | ~J2DOrthoGraph () |
|
virtual void | setPort () |
|
virtual s32 | getGrafType () const |
|
virtual void | setLookat () |
|
f32 | getWidthPower () const |
|
f32 | getHeightPower () const |
|
void | setOrtho (f32 x, f32 y, f32 width, f32 height, f32 far, f32 near) |
|
| J2DGrafContext (f32 x, f32 y, f32 width, f32 height) |
|
void | scissor (JGeometry::TBox2< f32 > const &bounds) |
|
void | scissor (f32 x, f32 y, f32 width, f32 height) |
|
void | setColor (JUtility::TColor c) |
|
void | setColor (JUtility::TColor colorTL, JUtility::TColor colorTR, JUtility::TColor colorBR, JUtility::TColor colorBL) |
|
void | setLineWidth (u8) |
|
void | fillBox (JGeometry::TBox2< f32 > const &box) |
|
void | drawFrame (JGeometry::TBox2< f32 > const &box) |
|
void | line (JGeometry::TVec2< f32 > start, JGeometry::TVec2< f32 > end) |
|
void | lineTo (JGeometry::TVec2< f32 > pos) |
|
void | lineTo (f32 x, f32 y) |
|
void | moveTo (f32 x, f32 y) |
|
void | moveTo (JGeometry::TVec2< f32 > pos) |
|
virtual | ~J2DGrafContext () |
|
virtual void | place (JGeometry::TBox2< f32 > const &bounds) |
|
virtual void | place (f32 x, f32 y, f32 width, f32 height) |
|
virtual void | setup2D () |
|
virtual void | setScissor () |
|
◆ J2DOrthoGraph() [1/2]
J2DOrthoGraph::J2DOrthoGraph |
( |
| ) |
|
◆ J2DOrthoGraph() [2/2]
◆ ~J2DOrthoGraph()
virtual J2DOrthoGraph::~J2DOrthoGraph |
( |
| ) |
|
|
inlinevirtual |
◆ getGrafType()
◆ getHeightPower()
f32 J2DOrthoGraph::getHeightPower |
( |
| ) |
const |
|
inline |
◆ getWidthPower()
f32 J2DOrthoGraph::getWidthPower |
( |
| ) |
const |
|
inline |
◆ scissorBounds()
◆ setLookat()
void J2DOrthoGraph::setLookat |
( |
| ) |
|
|
virtual |
◆ setOrtho() [1/2]
◆ setOrtho() [2/2]
◆ setPort()
void J2DOrthoGraph::setPort |
( |
| ) |
|
|
virtual |
◆ mFar
◆ mNear
◆ mOrtho
The documentation for this class was generated from the following files: