Package | Description |
---|---|
edu.ucdavis.cstars.client.dijits |
Modifier and Type | Method and Description |
---|---|
InfoWindow.FixedAnchor |
InfoWindow.getAnchor()
Placement of the InfoWindow with respect to
the graphic.
|
InfoWindow.FixedAnchor |
InfoWindow.getFixedAnchor()
InfoWindow always show with the specified anchor.
|
static InfoWindow.FixedAnchor |
InfoWindow.FixedAnchor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InfoWindow.FixedAnchor[] |
InfoWindow.FixedAnchor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InfoWindow.setFixedAnchor(InfoWindow.FixedAnchor fixedAnchor)
Sets the fixed location of the InfoWindow anchor.
|