|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
A yFiles FLEX client shape node style data object
Field Summary | |
static java.lang.String |
Diamond
A diamond |
static java.lang.String |
Ellipse
Shape type constant. |
static java.lang.String |
FatArrow
An arrow like shape that points to the right |
static java.lang.String |
FatArrow2
An arrow like shape that points to the left |
static java.lang.String |
Hexagon
A hexagon |
static java.lang.String |
Octagon
An octagon |
static java.lang.String |
Parallelogram
A parallelogram |
static java.lang.String |
Rectangle
Shape type constant. |
static java.lang.String |
Rectangle3D
A rectangular shape with a 3D-ish look |
static java.lang.String |
RoundRectangle
Shape type constant. |
static java.lang.String |
ShearedRectangle
A rectangle that is sheared in the horizontal direction to the right |
static java.lang.String |
ShearedRectangle2
A rectangle that is sheared in the horizontal direction to the left |
static java.lang.String |
Star5
A 5-star shape |
static java.lang.String |
Star6
A 6-star shape |
static java.lang.String |
Star8
A 8-star shape |
static java.lang.String |
Trapez
Specifies a trapezoidal shape, whose lower line is half as long as it's upper line. |
static java.lang.String |
Trapez2
Specifies a trapezoidal shape, whose upper line is half as long as it's lower line. |
static java.lang.String |
Trapezoid
A trapezoid with its base on the top |
static java.lang.String |
Trapezoid2
A trapezoid with its base on the bottom |
static java.lang.String |
Triangle
A triangular shape that points to the top |
static java.lang.String |
Triangle2
A triangular shape that points to the top |
Constructor Summary | |
ShapeNodeStyle()
Creates a new instance using a default shape, stroke and fill. |
|
ShapeNodeStyle(java.lang.String shapeNodeShape,
IStroke stroke,
IFill fill)
Creates a new ShapeNodeStyle using the provided parameters. |
Method Summary | |
IFill |
getFill()
The fill for this style. |
java.lang.String |
getShapeNodeShape()
The node shape. |
java.util.Collection |
getSharedInstances()
Returns an Collection for objects that shall be shared. |
IStroke |
getStroke()
The stroke for this style. |
void |
setFill(IFill fill)
The fill for this style. |
void |
setShapeNodeShape(java.lang.String shapeNodeShape)
The node shape. |
void |
setStroke(IStroke stroke)
The stroke for this style. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String Rectangle
public static final java.lang.String RoundRectangle
public static final java.lang.String Ellipse
public static final java.lang.String Triangle
public static final java.lang.String Triangle2
public static final java.lang.String ShearedRectangle
public static final java.lang.String ShearedRectangle2
public static final java.lang.String Trapez2
public static final java.lang.String Trapez
public static final java.lang.String Star5
public static final java.lang.String Star6
public static final java.lang.String Star8
public static final java.lang.String FatArrow
public static final java.lang.String FatArrow2
public static final java.lang.String Rectangle3D
public static final java.lang.String Parallelogram
public static final java.lang.String Hexagon
public static final java.lang.String Octagon
public static final java.lang.String Diamond
public static final java.lang.String Trapezoid
public static final java.lang.String Trapezoid2
Constructor Detail |
public ShapeNodeStyle(java.lang.String shapeNodeShape, IStroke stroke, IFill fill)
shapeNodeShape
- The node shape.stroke
- The stroke for this style.fill
- The node fill.public ShapeNodeStyle()
Method Detail |
public java.lang.String getShapeNodeShape()
public void setShapeNodeShape(java.lang.String shapeNodeShape)
shapeNodeShape
- public IStroke getStroke()
public void setStroke(IStroke stroke)
public IFill getFill()
public void setFill(IFill fill)
public java.util.Collection getSharedInstances()
ISharedInstanceProvider
Collection
for objects that shall be shared.
getSharedInstances
in interface ISharedInstanceProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |