public final class ImageSettings
extends java.lang.Object
Description goes here
Constructor and Description |
---|
ImageSettings()
Constructs a newly allocated ImageSettings object
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Description goes here
|
java.lang.String |
getTagAttributes()
Description goes here
|
ImageToolTipStyle |
getToolTips()
Description goes here
|
int |
getWidth()
Description goes here
|
boolean |
isInteractive()
Description goes here
|
boolean |
isSizeable()
Description goes here
|
void |
setHeight(int value)
Description goes here
|
void |
setInteractive(boolean value)
Description goes here
|
void |
setSizeable(boolean value)
Description goes here
|
void |
setTagAttributes(java.lang.String value)
Description goes here
|
void |
setToolTips(ImageToolTipStyle value)
Description goes here
|
void |
setWidth(int value)
Description goes here
|
public ImageSettings()
public int getHeight()
public void setHeight(int value)
value
- public boolean isInteractive()
Description goes here
public void setInteractive(boolean value)
Description goes here
value
- public boolean isSizeable()
public void setSizeable(boolean value)
value
- public java.lang.String getTagAttributes()
public void setTagAttributes(java.lang.String value)
value
- public ImageToolTipStyle getToolTips()
public void setToolTips(ImageToolTipStyle value)
value
- public int getWidth()
public void setWidth(int value)
value
- 2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.