]> gerrit.simantics Code Review - simantics/platform.git/blob - io/IColor.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / io / IColor.java
1 package org.simantics.document.server.io;\r
2 \r
3 public interface IColor {\r
4 \r
5     int red();\r
6     \r
7     int blue();\r
8     \r
9     int green();\r
10 }\r