public final class LabelGraphics
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
LabelGraphics() |
Modifier and Type | Method and Description |
---|---|
static LabelGraphics |
create() |
LabelGraphics |
setEyeOffset(Cartesian3 eyeOffset) |
LabelGraphics |
setEyeOffset(Property<Cartesian3> eyeOffset) |
LabelGraphics |
setFillColor(Color fillColor) |
LabelGraphics |
setFillColor(Property<Color> fillColor) |
LabelGraphics |
setFont(String font) |
LabelGraphics |
setHorizontalOrigin(HorizontalOrigin horizontalOrigin) |
LabelGraphics |
setOutlineColor(Color outlineColor) |
LabelGraphics |
setOutlineColor(Property<Color> outlineColor) |
LabelGraphics |
setPixelOffset(Cartesian2 pixelOffset) |
LabelGraphics |
setPixelOffset(Property<Cartesian2> pixelOffset) |
LabelGraphics |
setScale(double scale) |
LabelGraphics |
setScale(Property<Number> scale) |
LabelGraphics |
setShow(boolean show) |
LabelGraphics |
setShow(Property<Boolean> show) |
LabelGraphics |
setStyle(LabelStyle style) |
LabelGraphics |
setText(String text) |
LabelGraphics |
setVerticalOrigin(VerticalOrigin verticalOrigin) |
public static LabelGraphics create()
public LabelGraphics setShow(boolean show)
public LabelGraphics setShow(Property<Boolean> show)
public LabelGraphics setPixelOffset(Cartesian2 pixelOffset)
public LabelGraphics setPixelOffset(Property<Cartesian2> pixelOffset)
public LabelGraphics setEyeOffset(Cartesian3 eyeOffset)
public LabelGraphics setEyeOffset(Property<Cartesian3> eyeOffset)
public LabelGraphics setHorizontalOrigin(HorizontalOrigin horizontalOrigin)
public LabelGraphics setVerticalOrigin(VerticalOrigin verticalOrigin)
public LabelGraphics setScale(double scale)
public LabelGraphics setScale(Property<Number> scale)
public LabelGraphics setFillColor(Color fillColor)
public LabelGraphics setFillColor(Property<Color> fillColor)
public LabelGraphics setStyle(LabelStyle style)
public LabelGraphics setOutlineColor(Color outlineColor)
public LabelGraphics setOutlineColor(Property<Color> outlineColor)
public LabelGraphics setFont(String font)
public LabelGraphics setText(String text)
Copyright © 2014. All rights reserved.