public class SlideShowAnnotation extends DialogAnnotation
DialogAnnotation.BusyImage
AbstractAnnotation.TextCacheKey
busy, busyImage, CLOSE_IMAGE_PATH, CLOSE_TOOLTIP_TEXT, closeButton, DEPRESSED_MASK_PATH, listenerList
altitudeMode, dragEnabled, draggableSupport, heightInMeter, position
alwaysOnTop, attributes, childList, delegateOwner, layoutManager, maxActiveAltitude, minActiveAltitude, pickEnabled, pickSupport, text, textBoundsMap, vertexBuffer, wrappedTextMap
ANTIALIAS_DONT_CARE, ANTIALIAS_FASTEST, ANTIALIAS_NICEST
Constructor and Description |
---|
SlideShowAnnotation(Position position) |
Modifier and Type | Method and Description |
---|---|
ButtonAnnotation |
getBeginButton() |
ButtonAnnotation |
getEndButton() |
ImageAnnotation |
getImageAnnotation() |
ButtonAnnotation |
getNextButton() |
ButtonAnnotation |
getPlayButton() |
Annotation |
getPositionLabel() |
ButtonAnnotation |
getPreviousButton() |
ButtonAnnotation |
getSizeButton() |
Annotation |
getTitleLabel() |
protected void |
initComponents() |
protected void |
layoutComponents() |
void |
setPlayButtonState(String state) |
void |
setSizeButtonState(String state) |
protected void |
setupImage(ImageAnnotation annotation) |
protected void |
setupPositionLabel(Annotation annotation) |
protected void |
setupTitle(Annotation annotation) |
actionPerformed, addActionListener, fireActionPerformed, getActionListeners, getBusyImage, getCloseButton, isBusy, removeActionListener, setBusy, setupContainer, setupDefaultAttributes, setupLabel
computeBounds, computeDistanceScaleAndOpacity, computeLookAtDistance, doDrag, doRenderNow, drag, getAltitudeMode, getAnnotationDrawPoint, getAnnotationDrawPointLegacy, getHeightInMeter, getPosition, getReferencePosition, getRestorableState, isDragEnabled, move, moveTo, restoreState, setAltitudeMode, setDepthFunc, setDragEnabled, setHeightInMeter, setPosition
addChild, adjustSizeToChildren, adjustSizeToText, applyBackgroundTextureState, applyColor, applyScreenTransform, beginDraw, beginDrawChildren, bindPickableObject, computeBoundingRectangle, computeFreeBounds, computeInsetBounds, computeOpacity, computeScale, computeTextBounds, dispose, doDraw, doDrawBackgroundTexture, doDrawChildren, draw, drawBackground, drawBackgroundImage, drawBorder, drawCallout, drawChildren, drawContent, drawHTML, drawPlainText, drawText, drawText, drawTopLevelAnnotation, endDraw, endDrawChildren, getAttributes, getBounds, getChildren, getDelegateOwner, getLayout, getMaxActiveAltitude, getMinActiveAltitude, getMultiLineTextRenderer, getPickSupport, getPreferredSize, getText, getTextBounds, getTextRenderer, getWrappedText, glPointFromAWTPoint, isAlwaysOnTop, isPickEnabled, modulateColorOpacity, pick, removeAllChildren, removeChild, render, renderNow, setAlwaysOnTop, setAttributes, setDelegateOwner, setLayout, setMaxActiveAltitude, setMinActiveAltitude, setPickEnabled, setPickSupport, setText, transformBackgroundImageCoordsToAnnotationCoords, transformByModelview, transformImageCoordsToBackgroundImageCoords, wrapText
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
protected static final String BEGIN_IMAGE_PATH
protected static final String BEGIN_TOOLTIP_TEXT
protected ButtonAnnotation beginButton
protected static final String BUSY_IMAGE_PATH
public static final String DECREASE
protected static final String DECREASE_IMAGE_PATH
protected static final String DECREASE_TOOLTIP_TEXT
protected static final String END_IMAGE_PATH
protected static final String END_TOOLTIP_TEXT
protected ButtonAnnotation endButton
protected ImageAnnotation imageAnnotation
public static final String INCREASE
protected static final String INCREASE_IMAGE_PATH
protected static final String INCREASE_TOOLTIP_TEXT
protected static final String NEXT_IMAGE_PATH
protected static final String NEXT_TOOLTIP_TEXT
protected ButtonAnnotation nextButton
protected static final String PAUSE_IMAGE_PATH
protected static final String PAUSE_TOOLTIP_TEXT
protected static final String PLAY_IMAGE_PATH
protected static final String PLAY_TOOLTIP_TEXT
protected ButtonAnnotation playButton
protected Annotation positionLabel
protected static final String PREVIOUS_IMAGE_PATH
protected static final String PREVIOUS_TOOLTIP_TEXT
protected ButtonAnnotation previousButton
protected ButtonAnnotation sizeButton
protected Annotation titleLabel
public SlideShowAnnotation(Position position)
public ButtonAnnotation getBeginButton()
public ButtonAnnotation getEndButton()
public ImageAnnotation getImageAnnotation()
public ButtonAnnotation getNextButton()
public ButtonAnnotation getPlayButton()
public Annotation getPositionLabel()
public ButtonAnnotation getPreviousButton()
public ButtonAnnotation getSizeButton()
public Annotation getTitleLabel()
protected void initComponents()
initComponents
in class DialogAnnotation
protected void layoutComponents()
layoutComponents
in class DialogAnnotation
public void setPlayButtonState(String state)
public void setSizeButtonState(String state)
protected void setupImage(ImageAnnotation annotation)
protected void setupPositionLabel(Annotation annotation)
protected void setupTitle(Annotation annotation)