| Modifier and Type | Field and Description |
|---|---|
protected DrawStrategy |
GameDebugger.sD |
protected DrawStrategy |
GameDebugger.wD |
| Modifier and Type | Method and Description |
|---|---|
Map<DrawStrategyFactory.Common,DrawStrategy> |
MainBindingProvider.getDrawStrategies() |
Map<DrawStrategyFactory.Common,DrawStrategy> |
BindingProvider.getDrawStrategies() |
| Modifier and Type | Field and Description |
|---|---|
protected DrawStrategy |
BasicRenderEngine.drawStrategy |
| Modifier and Type | Method and Description |
|---|---|
DrawStrategy |
RenderEngine.getDrawStrategy() |
DrawStrategy |
BasicRenderEngine.getDrawStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderEngine.setDrawStrategy(DrawStrategy drawStrategy) |
void |
BasicRenderEngine.setDrawStrategy(DrawStrategy drawStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
SolidDraw |
class |
WireframeDraw |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,DrawStrategy> |
DrawStrategyFactory.strategies |
| Modifier and Type | Method and Description |
|---|---|
static DrawStrategy |
DrawStrategyFactory.get(DrawStrategyFactory.Common key) |
static DrawStrategy |
DrawStrategyFactory.get(String key) |
static DrawStrategy |
DrawStrategyFactory.put(DrawStrategyFactory.Common key,
DrawStrategy value) |
static DrawStrategy |
DrawStrategyFactory.put(String key,
DrawStrategy value) |
static DrawStrategy |
DrawStrategyFactory.remove(String key) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DrawStrategyFactory.containsValue(DrawStrategy value) |
static DrawStrategy |
DrawStrategyFactory.put(DrawStrategyFactory.Common key,
DrawStrategy value) |
static DrawStrategy |
DrawStrategyFactory.put(String key,
DrawStrategy value) |
| Modifier and Type | Method and Description |
|---|---|
DrawStrategy |
DrawStrategyLoader.get()
This should used the information, generated during
loading and construct an Object.
|
| Modifier and Type | Field and Description |
|---|---|
protected DrawStrategy |
Figure.drawStrategy
Override the renderEngine supplied drawStrategy
if not null
|
| Modifier and Type | Method and Description |
|---|---|
Map<DrawStrategyFactory.Common,DrawStrategy> |
LWJGLProvider.getDrawStrategies() |
Copyright © 2014. All rights reserved.