Package | Description |
---|---|
org.opentripplanner.analyst.core | |
org.opentripplanner.analyst.request | |
org.opentripplanner.api.parameter |
This package contains classes which interpret incoming HTTP query parameters.
|
Modifier and Type | Field and Description |
---|---|
static Map<Style,IndexColorModel> |
Tile.modelsByStyle |
Modifier and Type | Method and Description |
---|---|
protected BufferedImage |
Tile.getEmptyImage(Style style) |
static BufferedImage |
Tile.getLegend(Style style,
int width,
int height) |
Modifier and Type | Field and Description |
---|---|
Style |
RenderRequest.style |
Constructor and Description |
---|
RenderRequest(MIMEImageFormat format,
Layer layer,
Style style,
boolean transparent,
boolean timestamp) |
Modifier and Type | Method and Description |
---|---|
Style |
StyleList.get(int index) |
static Style |
Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Style[] |
Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.