Searched refs:size (Results 1 - 25 of 172) sorted by relevance

1234567

/solaris-userland-s11u3/components/visual-panels/coreadm/src/java/vpanels/app/coreadm/com/oracle/solaris/vp/panels/coreadm/client/swing/
H A DCoreManagedObject.java58 private long size; field in class:CoreManagedObject
65 long size) {
69 this.size = size;
104 return size;
107 protected void setSize(long size) { argument
108 this.size = size;
64 CoreManagedObject(CoreAdmPanelDescriptor descriptor, String name, long size) argument
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/
H A DArrowIcon.java62 private int size; field in class:ArrowIcon
69 public ArrowIcon(Direction direction, int size, Color color) { argument
71 this.size = size;
75 public ArrowIcon(Direction direction, int size) { argument
76 this(direction, size, null);
94 int size = getSize();
95 for (int x = 0; x < (size + 1) / 2; x++) {
96 drawLine(g, x, x, x, size - x - 1);
106 return (size
[all...]
H A DGraphicsUtil.java38 BufferedImage image, int size, float opacity) {
40 int width = image.getWidth() + size * 2;
41 int height = image.getHeight() + size * 2;
47 g2.drawImage(image, size, size, null);
54 BufferedImage shadow = createBlurOp(size).filter(mask, null);
61 // public static BufferedImage addDropShadow(BufferedImage image, int size,
64 // BufferedImage shadow = createDropShadow(image, size, opacity);
66 // int width = image.getWidth() + size / 2 +
67 // Math.max(Math.abs(xOffset), size
37 createDropShadow( BufferedImage image, int size, float opacity) argument
169 createBlurOp(int size) argument
[all...]
H A DExtRootPane.java37 * Window} to it's preferred size
41 * Window}'s minimum size to it's preferred size
46 * account when calculating its preferred size.
88 Dimension size = super.getPreferredSize();
90 return size;
98 if (gSize.width > size.width) {
99 size.width = gSize.width;
101 if (gSize.height > size.height) {
102 size
[all...]
H A DFilteredListModel.java96 return filtered.size();
159 int size = filtered.size();
160 if (size > 0) {
162 fireIntervalRemoved(0, size - 1);
166 size = filtered.size();
167 if (size > 0) {
168 fireIntervalAdded(0, size - 1);
H A DResizeAnimator.java80 * @param size
81 * the new size of the {@code Component}
83 public ResizeAnimator(Component component, Dimension size) { argument
85 setTargetSize(size);
112 * @param size
113 * the new size of the {@code Component}
115 public ResizeAnimator(Component component, int speed, Dimension size) { argument
117 setTargetSize(size);
213 * Animates the resize of the {@code Component} to the given size. The
214 * duration of the animation is calculated based on the size o
[all...]
H A DSortedSetComboBoxModel.java53 return items.size();
97 List<T> copy = new ArrayList<T>(items.size());
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/view/
H A DManagedObjectTreeNode.java108 last = children.size() + last;
111 int size = last - first + 1;
112 MutableTreeNode[] nodes = new MutableTreeNode[size];
113 int[] indexes = new int[size];
115 for (int i = 0; i < size; i++) {
127 int size = last - first + 1;
129 TreeNode[] nodes = new TreeNode[size];
130 int[] indexes = new int[size];
132 for (int i = size - 1; i >= 0; i--) {
/solaris-userland-s11u3/components/visual-panels/smf/src/java/vpanels/app/svcs/com/oracle/solaris/vp/panels/svcs/client/swing/
H A DInstanceFilter.java64 int size = fmo_.getChildren().size();
65 setStatusText(size != 1 ? String.format("%d instances", size) :
66 String.format("%d instance", size));
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/model/
H A DManagedObjectMonitor.java113 int size = objects_.getChildren().size();
114 if (size > 0)
116 new IntervalEvent(objects_, 0, size - 1));
126 int size = objects_.getChildren().size();
127 if (size > 0)
128 intervalAdded(new IntervalEvent(objects_, 0, size - 1));
H A DFilterManagedObject.java107 int size = children.size();
108 for (int i = 0; i < size; i++) {
155 int oldsize = childMap_.size();
201 int size = childMap_.size();
202 for (int i = start; i < size; i++) {
339 int first = children_.size();
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/
H A DLoginHistory.java50 * @param size The number of most recently used {@code LoginInfo} objects
53 public List<LoginInfo> getLogins(int size); argument
/solaris-userland-s11u3/components/jansson/doc/html/_static/
H A Ddefault.css18 font-size: 100%;
49 font-size: 75%;
73 font-size: 1.4em;
86 font-size: 1.3em;
113 font-size: 1em;
153 div.body h1 { margin-top: 0; font-size: 200%; }
154 div.body h2 { font-size: 160%; }
155 div.body h3 { font-size: 140%; }
156 div.body h4 { font-size: 120%; }
157 div.body h5 { font-size
[all...]
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_4/
H A Dme4LoadGroup.c356 send_trap(u_char * hostname, u_char * modulename, oid * trapoid, int size, u_char * status, u_char * description) argument
422 * size in bytes = oid length * sizeof(oid)
443 * size in bytes = oid length * sizeof(oid)
459 * size in bytes = oid length * sizeof(oid)
475 * size in bytes = oid length * sizeof(oid)
477 size * sizeof(oid));
491 * size in bytes = oid length * sizeof(oid)
507 * size in bytes = oid length * sizeof(oid)
544 int size; local
558 size
592 int size; local
637 int size; local
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/layout/
H A DAbstractTableLayout.java47 private Dimension size; field in class:AbstractTableLayout.CellInfo
74 if (size == null) {
75 size = preferred ?
78 return size;
82 for (int i = parents.size() - 1; i >= 0; i--) {
96 private int size = -1; field in class:AbstractTableLayout.RowOrCol
126 size = -1;
140 * Get the maximum size (row height or column width) of every child
145 if (size == -1) {
149 if (s > size) {
187 setSize(int size) argument
227 setSize(int i, int size) argument
[all...]
H A DAbstractLayout.java43 * Gets the size of the {@code i}th element.
53 * Sets the size of the {@code i}th element.
55 void setSize(int i, int size); argument
111 public void setSize(int i, int size) { argument
112 sizes[i] = size;
174 int size = set.getSize(i);
175 if (size < 0) {
176 space -= size;
185 // If weights are all zeros, weight each size equally
198 // Verify that no non-zero weight is associated with a zero size
[all...]
H A DTableLayout.java105 int size = rowConstraints.size();
107 if (row < size) {
112 return rowConstraints.get(size - 1);
117 return colConstraints.size();
130 rowConstraints.get(rowConstraints.size() - 1);
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DStackList.java41 return size();
H A DHistoryList.java147 for (int i = data.size() - 1; i >= pointer; i--) {
157 return data.size();
188 if (pointer == data.size()) {
H A DCollectionUtil.java46 List<T> clone = new ArrayList<T>(list.size());
58 List<T> to = new ArrayList<T>(from.size());
88 int aSize = a.size();
92 int bSize = b.size();
103 for (int i = aDiff.size() - 1; i >= 0; i--) {
130 List<T> subset = new ArrayList<T>(collection.size());
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/common/
H A DLoginHistoryManager.java44 // Default login history size.
47 // Login history size.
107 * @param size The size of the persisted login history.
109 public LoginHistoryManager(ConnectionManager manager, File file, int size) { argument
113 setSize(size);
134 public List<LoginInfo> getLogins(int size) { argument
137 return list.subList(0, size);
158 * Get the size of persisted login history.
165 * Set the size o
170 setSize(int size) argument
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/app/browser/com/oracle/solaris/vp/panels/browser/client/swing/
H A DBrowserPanelDescriptor.java143 int size = getChildren().size();
144 setStatusText(Finder.getString("browser.status." + size, size));
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/propinfo/
H A DSizePropInfo.java57 long size = (Long)value;
60 size, 2, false, null, null, true, true);
73 super(Finder.getString("property.size.label"),
74 Finder.getString("property.size.description"), true, false, "size");
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/control/
H A DNavigable.java55 int aParamSize = aParams == null ? 0 : aParams.size();
56 int bParamSize = bParams == null ? 0 : bParams.size();
/solaris-userland-s11u3/components/visual-panels/sysmon/src/java/vpanels/app/sysmon/com/oracle/solaris/vp/panels/sysmon/client/swing/
H A DSysMonTrayControl.java98 if (stack.get(stack.size() - 1) == this) {
148 if (children.size() == 0) {
159 Dimension size = tray.getTrayIconSize();
163 size.height), size.height);

Completed in 1120 milliseconds

1234567