Java Reference
In-Depth Information
Rectangle {
x: bind t1.boundsInParent.minX
y: bind t1.boundsInParent.minY
width:
bind t1.boundsInParent.width
height:
bind t1.boundsInParent.height
stroke: Color.NAVY
fill: Color.TRANSPARENT
},
Circle {
radius: 4
fill: Color.BLUE
}
t1 = Text {
font : Font {size : 24}
content: "physics - Baseline"
}
]
},
Group {
content: [
Line {
...
},
Rectangle {
...
},
Circle {
...
}
t2 = Text {
font : Font {size : 24}
textOrigin: TextOrigin.TOP
content: "physics - Top"
}
]
},
Group {
content: [
Line {
...
},
Rectangle {
...
},
Circle {
...
}
continues
Search WWH ::




Custom Search