Package org.csstudio.swt.widgets.symbol
Class SymbolImageProperties
java.lang.Object
org.csstudio.swt.widgets.symbol.SymbolImageProperties
Handler for
SymbolImage
properties.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
boolean
boolean
boolean
boolean
void
setAlignedToNearestSecond
(boolean alignedToNearestSecond) void
setAnimationDisabled
(boolean animationDisabled) void
setAutoSize
(boolean autoSize) void
setBackgroundColor
(Color backgroundColor) void
setBottomCrop
(int bottomCrop) void
setColorToChange
(Color colorToChange) void
setLeftCrop
(int leftCrop) void
setMatrix
(PermutationMatrix matrix) void
setRightCrop
(int rightCrop) void
setStretch
(boolean stretch) void
setTopCrop
(int topCrop)
-
Constructor Details
-
SymbolImageProperties
public SymbolImageProperties()
-
-
Method Details
-
getTopCrop
public int getTopCrop() -
setTopCrop
public void setTopCrop(int topCrop) -
getBottomCrop
public int getBottomCrop() -
setBottomCrop
public void setBottomCrop(int bottomCrop) -
getLeftCrop
public int getLeftCrop() -
setLeftCrop
public void setLeftCrop(int leftCrop) -
getRightCrop
public int getRightCrop() -
setRightCrop
public void setRightCrop(int rightCrop) -
isStretch
public boolean isStretch() -
setStretch
public void setStretch(boolean stretch) -
isAutoSize
public boolean isAutoSize() -
setAutoSize
public void setAutoSize(boolean autoSize) -
getMatrix
-
setMatrix
-
isAnimationDisabled
public boolean isAnimationDisabled() -
setAnimationDisabled
public void setAnimationDisabled(boolean animationDisabled) -
isAlignedToNearestSecond
public boolean isAlignedToNearestSecond() -
setAlignedToNearestSecond
public void setAlignedToNearestSecond(boolean alignedToNearestSecond) -
getBackgroundColor
-
setBackgroundColor
-
getColorToChange
-
setColorToChange
-