|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector2i | |
---|---|
org.stellarium.ui.components | |
org.stellarium.vecmath |
Uses of Vector2i in org.stellarium.ui.components |
---|
Fields in org.stellarium.ui.components declared as Vector2i | |
---|---|
private Vector2i |
MapPicture.cursorPos
|
protected Vector2i |
StdWin.oldpos
|
private Vector2i |
ScrollBar.oldPos
|
private Vector2i |
MapPicture.oldPos
|
private Vector2i |
CursorBar.oldPos
|
private Vector2i |
MapPicture.originalPos
|
private Vector2i |
MapPicture.originalSize
|
private Vector2i |
MapPicture.pointerPos
|
protected Vector2i |
StellariumComponent.pos
|
protected Vector2i |
StellariumComponent.size
|
Methods in org.stellarium.ui.components that return Vector2i | |
---|---|
(package private) Vector2i |
StellariumComponent.getPos()
|
(package private) Vector2i |
CallbackComponent.getPos()
|
Vector2i |
StellariumComponent.getSize()
|
Vector2i |
FramedContainer.getSize()
|
Vector2i |
CallbackComponent.getSize()
|
Methods in org.stellarium.ui.components with parameters of type Vector2i | |
---|---|
private void |
MapPicture.drawCity(Vector2i cityPos,
MapPicture.CityType ctype)
|
private void |
MapPicture.drawCityName(Vector2i cityPos,
java.lang.String cityName)
|
void |
Painter.drawCross(Vector2i pos,
Vector2i sz)
Draw a cross with the default base color |
void |
Painter.drawLine(Vector2i pos1,
Vector2i pos2)
|
void |
Painter.drawLine(Vector2i pos1,
Vector2i pos2,
SColor c)
|
void |
Painter.drawSquareEdge(Vector2i pos,
Vector2i sz)
Draw the edges of the defined square with the default base color |
void |
Painter.drawSquareEdge(Vector2i pos,
Vector2i sz,
SColor c)
Draw the edges of the defined square with the given color |
void |
Painter.drawSquareFill(Vector2i pos,
Vector2i sz)
Fill the defined square with the default texture and default base color |
void |
Painter.drawSquareFill(Vector2i pos,
Vector2i sz,
SColor c)
Fill the defined square with the default texture and given color |
void |
Painter.drawSquareFill(Vector2i pos,
Vector2i sz,
SColor c,
STexture t)
Fill the defined square with the given texture and given color |
void |
Scissor.push(Vector2i pos,
Vector2i size)
|
void |
StellariumComponent.reshape(Vector2i _pos,
Vector2i _size)
|
void |
FramedContainer.reshape(Vector2i somePos,
Vector2i someSize)
|
void |
StellariumComponent.setPos(Vector2i _pos)
|
void |
CallbackComponent.setPos(Vector2i _pos)
|
void |
StellariumComponent.setSize(Vector2i _size)
|
void |
FramedContainer.setSize(Vector2i someSize)
|
void |
CallbackComponent.setSize(Vector2i _size)
|
Uses of Vector2i in org.stellarium.vecmath |
---|
Methods in org.stellarium.vecmath that return Vector2i | |
---|---|
Vector2i |
Vector2i.div(int d)
|
Vector2i |
Vector2i.minus(Vector2i y)
|
Vector2i |
Vector2i.plus(Vector2i y)
|
Methods in org.stellarium.vecmath with parameters of type Vector2i | |
---|---|
Vector2i |
Vector2i.minus(Vector2i y)
|
Vector2i |
Vector2i.plus(Vector2i y)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |