Home | History | Annotate | Download | only in particleeditor

Lines Matching defs:isExpanded

44 	boolean isExpanded;

134 int pointSize = isExpanded ? POINT_SIZE_EXPANDED : POINT_SIZE;
206 if (!isExpanded) width = Math.min(150, width);
211 if (isExpanded) {
235 if (isExpanded)
251 if (isExpanded) {
261 int ySplit = isExpanded ? Math.min(10, chartHeight / (numberHeight * 3)) : 4;
267 if (isExpanded) g.drawString(label, yAxisWidth - 6 - labelWidth, y + numberHeight / 2);
288 g.setStroke(new BasicStroke(isExpanded ? 3 : 2));
306 int pointSize = isExpanded ? POINT_SIZE_EXPANDED : POINT_SIZE;
310 if (isExpanded) {
354 public boolean isExpanded () {
355 return isExpanded;
358 public void setExpanded (boolean isExpanded) {
359 this.isExpanded = isExpanded;