|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.ShapeSettingsData
public class ShapeSettingsData
Stores the settings related to a given shape.
Field Summary | |
---|---|
static Color |
DEFAULT_FILL_COLOUR
The default fill color. |
static Color |
DEFAULT_FILL_COLOUR_ALPHA
The default fill color. |
static String |
DEFAULT_FONT_FAMILY
The default font family. |
static int |
DEFAULT_FONT_SIZE
The default font size. |
static int |
DEFAULT_FONT_STYLE
The default font style. |
static Color |
DEFAULT_STROKE_COLOUR
The default stroke color. |
static double |
DEFAULT_STROKE_WIDTH
The default stroke width. |
static String |
LINE_CAP_BUTT
The Butt descriptor. |
static String |
LINE_CAP_ROUND
The Round descriptor. |
static String |
LINE_CAP_SQUARE
The Square descriptor. |
Method Summary | |
---|---|
Color |
getFillColor()
Returns the fill color. |
String |
getFillRule()
Returns the fill rule. |
Font |
getFont()
Returns the font. |
String |
getFontFamily()
Returns the stroke. |
int |
getFontSize()
Returns the stroke. |
int |
getFontStyle()
Returns the stroke. |
int |
getLineCap()
Returns the stroke. |
String |
getMarkerEnd()
Returns the stroke. |
String |
getMarkerStart()
Returns the stroke. |
Color |
getStrokeColor()
Returns the color of the stroke. |
double[] |
getStrokeDashArray()
Returns the stroke dashes. |
double |
getStrokeWidth()
Returns the stroke's width. |
String |
getText()
Returns the stroke. |
boolean |
isFontBold()
Returns true if it is bold, false
otherwise. |
boolean |
isFontItalic()
Returns true if it is italic, false
otherwise. |
Methods inherited from class pojos.DataObject |
---|
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String LINE_CAP_BUTT
Butt
descriptor.
public static final String LINE_CAP_ROUND
Round
descriptor.
public static final String LINE_CAP_SQUARE
Square
descriptor.
public static final Color DEFAULT_FILL_COLOUR
public static final Color DEFAULT_FILL_COLOUR_ALPHA
public static final Color DEFAULT_STROKE_COLOUR
public static final int DEFAULT_FONT_SIZE
public static final int DEFAULT_FONT_STYLE
public static final String DEFAULT_FONT_FAMILY
public static final double DEFAULT_STROKE_WIDTH
Method Detail |
---|
public String getFillRule()
public Color getFillColor()
public Color getStrokeColor()
public double getStrokeWidth()
public double[] getStrokeDashArray()
public int getLineCap()
public String getFontFamily()
public int getFontSize()
public int getFontStyle()
public String getMarkerStart()
public String getMarkerEnd()
public String getText()
public Font getFont()
public boolean isFontItalic()
true
if it is italic, false
otherwise.
public boolean isFontBold()
true
if it is bold, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.