public class ImageStyle extends BackgroundFileStyle
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageStyle.RegisterPersistence |
BackgroundFileStyle.PersistenceCantSetSourceExceptionCartographicSupport.CartographicContext| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IMAGE_STYLE_PERSISTENCE_DEFINITION_NAME |
BACKGROUND_FILE_STYLE_PERSISTENCE_DEFINITION_NAME, source, SOURCE_SYMBOL_IN_LIBRARY, symbolTableLOGGER, STYLE_PERSISTENCE_DEFINITION_NAMEPAPER, WORLD| Constructor and Description |
|---|
ImageStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
drawInsideRectangle(java.awt.Graphics2D g,
java.awt.Rectangle r,
boolean keepAspectRatio) |
void |
drawOutline(java.awt.Graphics2D g,
java.awt.Rectangle r)
Used to show an outline of the style to graphically show its properties.
|
java.awt.Rectangle |
getBounds()
Creates a rectangle with the dimensions of the buffered image
|
boolean |
isSuitableFor(ISymbol symbol)
True if this symbol is ok for the style or class.
|
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setSource(java.net.URL url)
Defines the source (file) from where the buffered image will be taken.
|
clone, createStyleByURL, drawInsideRectangle, getSource, getSourceSymbolInLibrary, getSymbolLibraryURL, isLibrarySymbol, setSymbolTablegetDescription, setDescriptioncopyCartographicContext, getCartographicContext, getReferenceSystem, getUnit, isInPixels, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setReferenceSystem, setUnit, toCartographicUnitsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, setDescriptioncloneQuietly, cloneQuietlycopyCartographicContextpublic static final java.lang.String IMAGE_STYLE_PERSISTENCE_DEFINITION_NAME
public void setSource(java.net.URL url)
throws java.io.IOException
setSource in interface IBackgroundFileStylesetSource in class BackgroundFileStyleurl - java.io.IOExceptionpublic java.awt.Rectangle getBounds()
getBounds in interface IBackgroundFileStylegetBounds in class BackgroundFileStyleComponent.getBounds(),
#setBounds(Rectangle),
#setBounds(int, int, int, int)public void drawInsideRectangle(java.awt.Graphics2D g,
java.awt.Rectangle r,
boolean keepAspectRatio)
drawInsideRectangle in class BackgroundFileStylepublic boolean isSuitableFor(ISymbol symbol)
IStylesymbol - ISymbolpublic void drawOutline(java.awt.Graphics2D g,
java.awt.Rectangle r)
throws SymbolDrawingException
IStyleSymbolDrawingExceptionpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentloadFromState in class AbstractStylePersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentsaveToState in class AbstractStylePersistenceException