xdgnjobs/pom.xml | ●●●●● patch | view | raw | blame | history | |
xdgnjobs/ximple-dgnio/src/main/java/com/ximple/io/dgn7/Element.java | ●●●●● patch | view | raw | blame | history |
xdgnjobs/pom.xml
@@ -474,7 +474,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.4.3</version> <version>2.4.2</version> </plugin> <!-- http://www.ibiblio.org/maven2/org/codehaus/mojo/ --> xdgnjobs/ximple-dgnio/src/main/java/com/ximple/io/dgn7/Element.java
@@ -50,7 +50,7 @@ public int getLineStyle() { return 0; return (raw[17] & 0x0007); } public Envelope getRange() @@ -144,6 +144,18 @@ return ((raw[17] >>> 3) & 0x001f); } public void setWeight(int value) { if (value > -1 && value < 31) { raw[17] = (short) ((raw[17] & 0xff07) | (value << 3 & 0x00f8)); } else { throw new RuntimeException("Out of Range!"); } } public void addUserAttributeData(byte[] pDataBlock, Class dataClass, int iLinkageId) throws Element.Exception { }